NoopHostLifetime.StopAsync method
Stops the host. This implementation does nothing and completes immediately.
public Task StopAsync(CancellationToken cancellationToken)
parameter | description |
---|---|
cancellationToken | A token to signal cancellation. |
Return Value
A completed task.
See Also
- class NoopHostLifetime
- namespace Kestrun.Hosting