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 インターフェイスにキャストされる場合のみ、使用できます。

適用対象