TaskResultHandler 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.
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. |