Freigeben über


DefaultCreateTaskResultHandler Class

Definition

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
DefaultCreateTaskResultHandler

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

Applies to