AsyncHelperEndOperation Method

Overload List

EndOperation(IAsyncResult, String) Waits for the completion of an operation started by a corresponding BeginOperation, FromResult or FromCompleted call. If the operation is still running, then this method blocks the caller and waits for the completion. The possibly occurred exceptions are also thrown then this method is called.
See the Examples section of the AsyncHelper class for details.
EndOperationTResult(IAsyncResult, String) Waits for the completion of an operation started by a corresponding BeginOperation or FromResult call. If the operation is still running, then this method blocks the caller and waits for the completion. The possibly occurred exceptions are also thrown then this method is called.
See the Examples section of the AsyncHelper class for details.

See Also