ClientBase<TChannel>.ChannelBase<T>.IContextChannel.AllowOutputBatching プロパティ

定義

送信メッセージのバッチ処理が許可されるかどうかを示す値を取得または設定します。それ以外の場合は false。

property bool System::ServiceModel::IContextChannel::AllowOutputBatching { bool get(); void set(bool value); };
bool System.ServiceModel.IContextChannel.AllowOutputBatching { get; set; }
member this.System.ServiceModel.IContextChannel.AllowOutputBatching : bool with get, set
 Property AllowOutputBatching As Boolean Implements IContextChannel.AllowOutputBatching

プロパティ値

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

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 ClientBase<TChannel>.ChannelBase<T> インスタンスがIContextChannel インターフェイスにキャストされている場合にのみ使用できます。

適用対象