RunspacePool.EndConnect(IAsyncResult) Method

Definition

Waits for the pending asynchronous BeginConnect to complete.

public:
 void EndConnect(IAsyncResult ^ asyncResult);
public void EndConnect (IAsyncResult asyncResult);
member this.EndConnect : IAsyncResult -> unit
Public Sub EndConnect (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

Asynchronous call result object.

Applies to