ClientBase<TChannel>.ChannelBase<T>.IContextChannel.AllowOutputBatching Propriedade

Definição

Obtém ou define um valor que indica se o envio em lote de mensagens de saída é permitido. Caso contrário, 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

Valor da propriedade

Boolean

true se o envio em lote de mensagens de saída for permitido; caso contrário, false.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de ClientBase<TChannel>.ChannelBase<T> é convertida em uma interface de IContextChannel.

Aplica-se a