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

Definición

Obtiene o establece un valor que indica si el procesamiento por lotes de mensajes salientes está permitido; de lo contrario, 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 de propiedad

Boolean

true si se permite el procesamiento por lotes de mensajes salientes; de lo contrario, false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ClientBase<TChannel>.ChannelBase<T> se convierte en una interfaz IContextChannel.

Se aplica a