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 de 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 de messages sortants est autorisé ; sinon, false.
Implémente
Remarques
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance ClientBase<TChannel>.ChannelBase<T> est convertie en IContextChannel interface.