TaskExtensionMethods Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for working with Tasks
public static class TaskExtensionMethods
type TaskExtensionMethods = class
Public Module TaskExtensionMethods
- Inheritance
-
TaskExtensionMethods
Methods
ToApm<TResult>(Task<TResult>, AsyncCallback, Object) |
Adapts a Task to the APM pattern. |