RunspaceRepository Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Repository of remote runspaces available in a local runspace.
public ref class RunspaceRepository : System::Management::Automation::Repository<System::Management::Automation::Runspaces::PSSession ^>
public class RunspaceRepository : System.Management.Automation.Repository<System.Management.Automation.Runspaces.PSSession>
type RunspaceRepository = class
inherit Repository<PSSession>
Public Class RunspaceRepository
Inherits Repository(Of PSSession)
- Inheritance
Properties
Runspaces |
Collection of runspaces available. |
Methods
Add(T) |
Add an item to the repository. (Inherited from Repository<T>) |
GetItem(Guid) |
Gets the specified Item. (Inherited from Repository<T>) |
GetItems() | (Inherited from Repository<T>) |
GetKey(PSSession) |
Gets a key for the specified item. |
GetKey(T) |
Get a key for the specified item. (Inherited from Repository<T>) |
Remove(T) |
Remove the specified item from the repository. (Inherited from Repository<T>) |