RunspaceRepository Class

Definition

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
RunspaceRepository

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>)

Applies to