RunspaceProvider.EndGetRunspace(IAsyncResult) Method

Definition

End for obtaining a runspace for the specified connection info

public:
 virtual System::Management::Automation::Runspaces::Runspace ^ EndGetRunspace(IAsyncResult ^ asyncResult);
public virtual System.Management.Automation.Runspaces.Runspace EndGetRunspace (IAsyncResult asyncResult);
abstract member EndGetRunspace : IAsyncResult -> System.Management.Automation.Runspaces.Runspace
override this.EndGetRunspace : IAsyncResult -> System.Management.Automation.Runspaces.Runspace
Public Overridable Function EndGetRunspace (asyncResult As IAsyncResult) As Runspace

Parameters

asyncResult
IAsyncResult

async result to end on

Returns

remote runspace to invoke commands on

Exceptions

Applies to