RunspacePool.EndConnect(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.
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.