DispatcherSynchronizationBehavior Конструкторы

Определение

Инициализирует новый экземпляр класса DispatcherSynchronizationBehavior.

Перегрузки

DispatcherSynchronizationBehavior()

Инициализирует новый экземпляр класса DispatcherSynchronizationBehavior.

DispatcherSynchronizationBehavior(Boolean, Int32)

Инициализирует новый экземпляр класса DispatcherSynchronizationBehavior.

DispatcherSynchronizationBehavior()

Инициализирует новый экземпляр класса DispatcherSynchronizationBehavior.

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

Применяется к

DispatcherSynchronizationBehavior(Boolean, Int32)

Инициализирует новый экземпляр класса 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)

Параметры

asynchronousSendEnabled
Boolean

Значение, указывающее, включено ли поведение, которое позволяет отправлять ответы в асинхронном режиме.

maxPendingReceives
Int32

Значение, указывающее максимальное количество ожидаемых операций получения.

Применяется к