DispatcherSynchronizationBehavior Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.