IWebPeriodicService - интерфейс

Объект для управления IPeriodicWorker из Unity.

Definition

Пространство имён: Tessa.Web.Services
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
public interface IWebPeriodicService : IHostedService
Implements
IHostedService

Методы

AddAsync Добавить указанных работников.
RemoveAsync Удалить указанных работников.
StartAsync Triggered when the application host is ready to start the service.
(Унаследован от IHostedService)
StopAsync Triggered when the application host is performing a graceful shutdown.
(Унаследован от IHostedService)

См. также