KestrunHostManager.IsRunning method

Determines whether the specified KestrunHost instance is currently running.

public static bool IsRunning(string name)
parameter description
name The name of the KestrunHost instance to check.

Return Value

True if the instance is running; otherwise, false.

See Also