FuncTaskOrchestrator 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 ITaskOrchestrator.
public static class FuncTaskOrchestrator
type FuncTaskOrchestrator = class
Public Class FuncTaskOrchestrator
- Inheritance
-
FuncTaskOrchestrator
Methods
Create<TInput,TOutput>(Func<TaskOrchestrationContext,TInput,Task<TOutput>>) |
Creates a new TaskOrchestrator<TInput,TOutput> with the provided function as the implementation. |