ClientBase<TChannel>.ChannelBase<T>.IContextChannel.AllowOutputBatching Proprietà

Definizione

Ottiene o imposta un valore che indica se l'invio in batch dei messaggi in uscita è consentito; in caso 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

Valore della proprietà

true se l'invio in batch dei messaggi in uscita è consentito; in caso contrario, false.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia ClientBase<TChannel>.ChannelBase<T>IContextChannel .

Si applica a