UdpBinding.IBindingRuntimePreferences.ReceiveSynchronously Propriété

Définition

Obtient une valeur qui indique si les requêtes entrantes sont gérées de manière synchrone ou asynchrone.

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

Valeur de propriété

true si les requêtes entrantes sont gérées de manière synchrone ; sinon, false.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance UdpBinding est convertie en IBindingRuntimePreferences interface.

S’applique à