Share via


MsmqBindingBase.IBindingRuntimePreferences.ReceiveSynchronously Proprietà

Definizione

Ottiene un valore che indica se le richieste in entrata possono essere gestite più efficientemente in modo sincrono o in modo asincrono.

property bool System::ServiceModel::Channels::IBindingRuntimePreferences::ReceiveSynchronously { bool get(); };
bool System.ServiceModel.Channels.IBindingRuntimePreferences.ReceiveSynchronously { get; }
member this.System.ServiceModel.Channels.IBindingRuntimePreferences.ReceiveSynchronously : bool
 ReadOnly Property ReceiveSynchronously As Boolean Implements IBindingRuntimePreferences.ReceiveSynchronously

Valore della proprietà

Boolean

true se le richieste possono essere gestite in modo più efficiente in modo sincrono; altrimenti false. L'impostazione predefinita è false, per gestire le richieste in modo asincrono.

Implementazioni

Commenti

La proprietà IBindingRuntimePreferences.ReceiveSynchronously è impostata su true quando ExactlyOnce è true.

Si applica a