MsmqBindingBase.IBindingRuntimePreferences.ReceiveSynchronously Property

Definition

Gets a value that indicates whether incoming requests can be handled more efficiently synchronously or asynchronously.

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

Property Value

true if requests can be handled more efficiently synchronously; otherwise false. The default is false, to handle requests asynchronously.

Implements

Remarks

The IBindingRuntimePreferences.ReceiveSynchronously property is set to true when the ExactlyOnce is true.

Applies to