Compartilhar via


TaskModule Class

Definition

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.

Applies to