RunspaceProvider.EndGetRunspace(IAsyncResult) Method
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.
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