IHostLifetime Interface
Definition
public interface class IHostLifetime
public interface IHostLifetime
type IHostLifetime = interface
Public Interface IHostLifetime
- Derived
Methods
StopAsync(CancellationToken) |
Called from StopAsync(CancellationToken) to indicate that the host is stopping and it's time to shut down. |
WaitForStartAsync(CancellationToken) |
Called at the start of StartAsync(CancellationToken) which will wait until it's complete before continuing. This can be used to delay startup until signaled by an external event. |