Share via


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

屬性值

Boolean

如果允許批次進行傳出訊息則為 true,否則為 false

實作

備註

這個成員是明確介面成員實作, 只有在 ClientBase<TChannel>.ChannelBase<T> 執行個體轉換成 IContextChannel 介面時,才能使用這個成員。

適用於