KestrunOptions.MinRunspaces property

Gets or sets the minimum number of runspaces to use for script execution. Defaults to 1.

public int MinRunspaces { get; set; }

See Also