MessageProperties.AllowOutputBatching プロパティ

定義

トランスポートに渡す前にこのメッセージを格納するかどうかを指定する値を取得または設定します。

public:
 property bool AllowOutputBatching { bool get(); void set(bool value); };
public bool AllowOutputBatching { get; set; }
member this.AllowOutputBatching : bool with get, set
Public Property AllowOutputBatching As Boolean

プロパティ値

true 送信メッセージのバッチ処理が許可されている場合。それ以外の場合は false

適用対象