KestrunHostManager.StartAsync method

Starts the specified KestrunHost instance asynchronously.

public static Task StartAsync(string name, CancellationToken ct = default)
parameter description
name The name of the KestrunHost instance to start.
ct A cancellation token to observe while waiting for the task to complete.

See Also