Task - конструктор
Initializes an unsaved local instance of
Task. To bind to an existing task, use Task.Bind() instead.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task(
ExchangeService service
)
Public Sub New (
service As ExchangeService
)
public:
Task(
ExchangeService^ service
)
new :
service : ExchangeService -> Task
Параметры
- service ExchangeService
- The ExchangeService instance to which this task is bound.