Bagikan melalui


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
Public methodStatic member ToApm(Task, AsyncCallback, Object) Converts a TPL task to the Asynchronous Programming Model (APM) Begin-End pattern.
Public methodStatic member ToApm<TResult>(Task<TResult>, AsyncCallback, Object)

Top

See Also

Reference

TplExtensions Class

Microsoft.VisualStudio.Threading Namespace