DispatcherSynchronizationBehavior Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de DispatcherSynchronizationBehavior klasse.
Overloads
| Name | Description |
|---|---|
| DispatcherSynchronizationBehavior() |
Initialiseert een nieuw exemplaar van de DispatcherSynchronizationBehavior klasse. |
| DispatcherSynchronizationBehavior(Boolean, Int32) |
Initialiseert een nieuw exemplaar van de DispatcherSynchronizationBehavior klasse. |
DispatcherSynchronizationBehavior()
Initialiseert een nieuw exemplaar van de DispatcherSynchronizationBehavior klasse.
public:
DispatcherSynchronizationBehavior();
public DispatcherSynchronizationBehavior();
Public Sub New ()
Van toepassing op
DispatcherSynchronizationBehavior(Boolean, Int32)
Initialiseert een nieuw exemplaar van de DispatcherSynchronizationBehavior klasse.
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)
Parameters
- asynchronousSendEnabled
- Boolean
Een waarde die aangeeft of een asynchroon verzendgedrag is ingeschakeld.
- maxPendingReceives
- Int32
Een waarde die het maximum aantal in behandeling zijnde ontvangstsbewerkingen aangeeft.