TplExtensions.ToApm Method
Include Protected Members
Include Inherited Members
Converts a TPL task to the Asynchronous Programming Model (APM) Begin-End pattern.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ToApm(Task, AsyncCallback, Object) | Converts a TPL task to the Asynchronous Programming Model (APM) Begin-End pattern. | |
ToApm<TResult>(Task<TResult>, AsyncCallback, Object) |
Top