ClientBase<TChannel>.ChannelBase<T>.IContextChannel.AllowOutputBatching 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出是否允許連出訊息的批次處理,否則為 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 介面時,才能使用這個成員。