public interface IWebPeriodicService : IHostedService
Public Interface IWebPeriodicService
Inherits IHostedService
public interface class IWebPeriodicService : IHostedService
type IWebPeriodicService =
interface
interface IHostedService
end
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) |