AsyncHelperDoOperationSynchronously Method

Overload List

DoOperationSynchronously(ActionIAsyncContext, ParallelConfig) Executes the specified operation synchronously, in which some sub-operations may run in parallel.
See the Examples section of the AsyncHelper class for details.
DoOperationSynchronouslyTResult(FuncIAsyncContext, TResult, ParallelConfig) Executes the specified operation synchronously, in which some sub-operations may run in parallel.
See the Examples section of the AsyncHelper class for details.
DoOperationSynchronouslyTResult(FuncIAsyncContext, TResult, TResult, ParallelConfig) Executes the specified operation synchronously, in which some sub-operations may run in parallel.
See the Examples section of the AsyncHelper class for details.

See Also