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

Definizione

Ottiene o imposta un valore che indica se la divisione in batch dei messaggi in uscita è consentita; in caso contrario, restituisce 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à

Boolean

true se il batch dei messaggi in uscita è consentito. In caso contrario, false.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza ClientBase<TChannel>.ChannelBase<T> a un'interfaccia IContextChannel.

Si applica a