NoopHostLifetime.WaitForStartAsync method

Waits for the host to start. This implementation does nothing and completes immediately.

public Task WaitForStartAsync(CancellationToken cancellationToken)
parameter description
cancellationToken A token to signal cancellation.

Return Value

A completed task.

See Also