RunspacePool.GetAvailableRunspaces Method

Definition

Retrieves the number of runspaces available at the time of calling this method.

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

Returns

The number of available runspace in the pool.

Applies to