TaskModule 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.
TaskModules class to enable fluent style registration of handlers related to Task Modules.
public class TaskModule
type TaskModule = class
Public Class TaskModule
- Inheritance
-
TaskModule
Constructors
| TaskModule(AgentApplication, TaskModulesOptions) |
Creates a new instance of the TaskModules class. |
Methods
| OnFetch(MultipleRouteSelector, FetchHandlerAsync) |
Registers a handler to process the initial fetch of the task module. |
| OnFetch(Regex, FetchHandlerAsync) |
Registers a handler to process the initial fetch of the task module. |
| OnFetch(RouteSelector, FetchHandlerAsync) |
Registers a handler to process the initial fetch of the task module. |
| OnFetch(String, FetchHandlerAsync) |
Registers a handler to process the initial fetch of the task module. |
| OnSubmit(MultipleRouteSelector, SubmitHandlerAsync) |
Registers a handler to process the submission of a task module. |
| OnSubmit(Regex, SubmitHandlerAsync) |
Registers a handler to process the submission of a task module. |
| OnSubmit(RouteSelector, SubmitHandlerAsync) |
Registers a handler to process the submission of a task module. |
| OnSubmit(String, SubmitHandlerAsync) |
Registers a handler to process the submission of a task module. |