DefaultCreateTaskResultHandler 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.
The default implementation of TaskResultHandler for adding tasks to a Batch job.
public class DefaultCreateTaskResultHandler : Azure.Compute.Batch.TaskResultHandler
type DefaultCreateTaskResultHandler = class
inherit TaskResultHandler
Public Class DefaultCreateTaskResultHandler
Inherits TaskResultHandler
- Inheritance
Constructors
| Name | Description |
|---|---|
| DefaultCreateTaskResultHandler() | |
Methods
| Name | Description |
|---|---|
| CreateTaskResultHandler(CreateTaskResult, CancellationToken) |
This handler treats success and 'TaskExists' errors as successful, retries server errors (HTTP 5xx), and throws AddTaskCollectionTerminatedException on client error (HTTP 4xx). |