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 ICreateTaskResultHandler for adding tasks to a Batch job.
public class DefaultCreateTaskResultHandler : Azure.Compute.Batch.ICreateTaskResultHandler
type DefaultCreateTaskResultHandler = class
interface ICreateTaskResultHandler
Public Class DefaultCreateTaskResultHandler
Implements ICreateTaskResultHandler
- Inheritance
-
DefaultCreateTaskResultHandler
- Implements
Constructors
DefaultCreateTaskResultHandler() |
Methods
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). |