AddTaskCollectionResultHandler.ResultHandler Property

Definition

Gets or sets the function that defines whether a particular Add Task operation is considered successful or unsuccessful, and whether it may be retried.

public Func<Microsoft.Azure.Batch.AddTaskResult,System.Threading.CancellationToken,Microsoft.Azure.Batch.AddTaskResultStatus> ResultHandler { get; set; }
member this.ResultHandler : Func<Microsoft.Azure.Batch.AddTaskResult, System.Threading.CancellationToken, Microsoft.Azure.Batch.AddTaskResultStatus> with get, set
Public Property ResultHandler As Func(Of AddTaskResult, CancellationToken, AddTaskResultStatus)

Property Value

Applies to