HttpBindingBase.IBindingRuntimePreferences.ReceiveSynchronously Właściwość

Definicja

Pobiera wartość wskazującą, czy żądania przychodzące są obsługiwane synchronicznie lub asynchronicznie.

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

Wartość właściwości

true żądania przychodzące są obsługiwane synchronicznie lub asynchronicznie; w przeciwnym razie , false.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy HttpBindingBase wystąpienie jest rzutowanie do interfejsu IBindingRuntimePreferences .

Dotyczy