Share via


TaskResultHandler Class

Definition

you can use to specify under what conditions an operation to add multiple tasks to a job should retry, mark as successful, failure, or terminate.

public abstract class TaskResultHandler
type TaskResultHandler = class
Public MustInherit Class TaskResultHandler
Inheritance
TaskResultHandler
Derived

Remarks

You do not need to specify this behavior explicitly; if you do not, a default behavior is used. This behavior uses the DefaultCreateTaskResultHandler criteria.

Constructors

Name Description
TaskResultHandler()

Methods

Name Description
CreateTaskResultHandler(CreateTaskResult, CancellationToken)

Handles the result of a single AddTask operation.

Applies to