RunspacePool.EndDisconnect(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 BeginDisconnect to complete.
public:
 void EndDisconnect(IAsyncResult ^ asyncResult);
	public void EndDisconnect(IAsyncResult asyncResult);
	member this.EndDisconnect : IAsyncResult -> unit
	Public Sub EndDisconnect (asyncResult As IAsyncResult)
	Parameters
- asyncResult
 - IAsyncResult
 
Asynchronous call result object.