AsyncHelperFromCompleted Method

Overload List

FromCompleted(TaskConfig) Returns a task that represents an already completed operation without a result.
See the Examples section of the AsyncHelper class for details. The example uses the similarly working FromResult method.
FromCompleted(AsyncConfig, String) Returns an IAsyncResult instance that represents an already completed operation without a result. The EndOperation method still must be called with the result of this method.
See the Examples section of the AsyncHelper class for details. The example uses the similarly working FromResult method.

See Also