你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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