RunspacePool.GetMaxRunspaces Method

Definition

Retrieves the maximum number of runspaces the pool maintains.

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

Returns

The maximum number of runspaces in the pool

Applies to