ClientBase<TChannel>.ChannelBase<T>.IContextChannel.AllowOutputBatching Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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.