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

適用対象