Task - конструктор

Initializes an unsaved local instance of Task. To bind to an existing task, use Task.Bind() instead.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task(
	ExchangeService service
)

Параметры

service  ExchangeService
The ExchangeService instance to which this task is bound.

См. также