VsTaskLibraryHelper.CreateTaskBody Method
Include Protected Members
Include Inherited Members
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 | |
---|---|---|
CreateTaskBody(Action) | Creates a task body that can be consumed by the task scheduler service. | |
CreateTaskBody<T>(Action<T>) | Creates a task body that can be consumed by the task scheduler service. | |
CreateTaskBody(Func<Object>) | ||
CreateTaskBody<T>(Func<T, Object>) | ||
CreateTaskBody(VsTaskBodyCallback) | Creates a task body that can be consumed by the task scheduler service. |
Top