RunspacePool.EndClose(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 BeginClose to complete.
public:
void EndClose(IAsyncResult ^ asyncResult);
public void EndClose (IAsyncResult asyncResult);
member this.EndClose : IAsyncResult -> unit
Public Sub EndClose (asyncResult As IAsyncResult)
Parameters
- asyncResult
- IAsyncResult
Exceptions
asyncResult is a null reference.
asyncResult object was not created by calling BeginClose on this runspacepool instance.