TessaBackgroundServiceStartAsync - метод

Triggered when the application host is ready to start the service.

Definition

Пространство имён: Tessa.Web.Services
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
public Task StartAsync(
	CancellationToken cancellationToken
)

Параметры

cancellationToken  CancellationToken
Indicates that the start process has been aborted.

Возвращаемое значение

Task
A Task that represents the asynchronous Start operation.

Реализации

IHostedServiceStartAsync(CancellationToken)

См. также