Partager via


DispatcherSynchronizationBehavior Constructeurs

Définition

Initialise une nouvelle instance de la classe DispatcherSynchronizationBehavior.

Surcharges

DispatcherSynchronizationBehavior()

Initialise une nouvelle instance de la classe DispatcherSynchronizationBehavior.

DispatcherSynchronizationBehavior(Boolean, Int32)

Initialise une nouvelle instance de la classe DispatcherSynchronizationBehavior.

DispatcherSynchronizationBehavior()

Initialise une nouvelle instance de la classe DispatcherSynchronizationBehavior.

public:
 DispatcherSynchronizationBehavior();
public DispatcherSynchronizationBehavior ();
Public Sub New ()

S’applique à

DispatcherSynchronizationBehavior(Boolean, Int32)

Initialise une nouvelle instance de la classe DispatcherSynchronizationBehavior.

public:
 DispatcherSynchronizationBehavior(bool asynchronousSendEnabled, int maxPendingReceives);
public DispatcherSynchronizationBehavior (bool asynchronousSendEnabled, int maxPendingReceives);
new System.ServiceModel.Description.DispatcherSynchronizationBehavior : bool * int -> System.ServiceModel.Description.DispatcherSynchronizationBehavior
Public Sub New (asynchronousSendEnabled As Boolean, maxPendingReceives As Integer)

Paramètres

asynchronousSendEnabled
Boolean

Valeur qui indique si un comportement d'envoi asynchrone est activé.

maxPendingReceives
Int32

Valeur qui spécifie le nombre maximal de réceptions en attente.

S’applique à