FuncTaskActivity 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.
Helpers for creating ITaskActivity.
public static class FuncTaskActivity
type FuncTaskActivity = class
Public Class FuncTaskActivity
- Inheritance
-
FuncTaskActivity
Methods
Create<TInput,TOutput>(Func<TaskActivityContext,TInput,Task<TOutput>>) |
Creates a new TaskActivity<TInput,TOutput> with the provided function as the implementation. |