| BeginOperation(ActionIAsyncContext, AsyncConfig, String) |
Exposes the specified operation with no return value as an IAsyncResult-returning async operation.
The operation can be completed by calling the EndOperation method.
See the Examples section of the AsyncHelper class for details. |
| BeginOperationTResult(FuncIAsyncContext, TResult, AsyncConfig, String) |
Exposes the specified operation with a return value as an IAsyncResult-returning async operation.
To obtain the result the EndOperation method must be called.
See the Examples section of the AsyncHelper class for details. |
| BeginOperationTResult(FuncIAsyncContext, TResult, TResult, AsyncConfig, String) |
Exposes the specified operation with a return value as an IAsyncResult-returning async operation.
To obtain the result the EndOperation method must be called.
See the Examples section of the AsyncHelper class for details. |