KestrunHost.StartAsync method

Starts the Kestrun web application asynchronously.

public Task StartAsync(CancellationToken cancellationToken = default)
parameter description
cancellationToken A cancellation token to observe while waiting for the task to complete.

Return Value

A task that represents the asynchronous start operation.

See Also