ClientBase<TChannel>.ChannelBase<T>.IContextChannel.AllowOutputBatching Propriété

Définition

Obtient ou définit une valeur qui indique si le traitement par lots des messages sortants est autorisé ; sinon, 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

Valeur de propriété

Boolean

true si le traitement par lots des messages sortants est autorisé ; sinon, false.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ClientBase<TChannel>.ChannelBase<T> est castée en interface IContextChannel.

S’applique à