AsyncHelperFromResult Method

Overload List

FromResultTResult(TResult, ParallelConfig) This method can be used to immediately return from a synchronous operation that has a return value.
See the Examples section of the AsyncHelper class for details.
FromResultTResult(TResult, TaskConfig) Returns a task that represents an already completed operation with a result.
See the Examples section of the AsyncHelper class for details.
FromResultTResult(TResult, TResult, ParallelConfig) This method can be used to immediately return from a synchronous operation that has a return value.
See the Examples section of the AsyncHelper class for details.
FromResultTResult(TResult, AsyncConfig, String) Returns an IAsyncResult instance that represents an already completed operation with a result. To obtain the result the EndOperation method must be called.
See the Examples section of the AsyncHelper class for details.
FromResultTResult(TResult, TResult, TaskConfig) Returns a task that represents an already completed operation with a result.
See the Examples section of the AsyncHelper class for details.
FromResultTResult(TResult, TResult, AsyncConfig, String) Returns an IAsyncResult instance that represents an already completed operation with a result. To obtain the result the EndOperation method must be called.
See the Examples section of the AsyncHelper class for details.

See Also