RunspacePool.GetMinRunspaces Method

Definition

Retrieves the minimum number of runspaces the pool maintains.

public:
 int GetMinRunspaces();
public:
 int GetMinRunspaces();
int GetMinRunspaces();
public int GetMinRunspaces ();
member this.GetMinRunspaces : unit -> int
Public Function GetMinRunspaces () As Integer

Returns

The minimum number of runspaces in the pool

Applies to