KestrunRunspacePoolManager.Release method

Returns a runspace to the pool for reuse, or disposes it if the pool has been disposed.

public void Release(Runspace rs)
parameter description
rs The Runspace to return to the pool.

See Also