ClientBase<TChannel>.ChannelBase<T>.IContextChannel.AllowOutputBatching Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.