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

Definición

Obtiene o establece un valor que indica si se permite el procesamiento por lotes de mensajes salientes; 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

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 miembro de interfaz. Solo se puede usar cuando la ClientBase<TChannel>.ChannelBase<T> instancia se convierte en una IContextChannel interfaz.

Se aplica a