UdpBinding.IBindingRuntimePreferences.ReceiveSynchronously Propriété

Définition

Obtient une valeur qui indique si les demandes entrantes sont gérées de façon 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é

Boolean

true si les requêtes entrantes sont traitées de façon synchrone ; sinon, false.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de UdpBinding est castée en interface IBindingRuntimePreferences.

S’applique à