Condividi tramite


MsmqBindingBase.IBindingRuntimePreferences.ReceiveSynchronously Proprietà

Definizione

Ottiene un valore che indica se le richieste in ingresso possono essere gestite in modo più efficiente in modo sincrono o 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à

true se le richieste possono essere gestite in modo più efficiente in modo sincrono; in caso contrario false, . Il valore predefinito è false, per gestire le richieste in modo asincrono.

Implementazioni

Commenti

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

Si applica a