Share via


CreateTasksResult Class

Definition

The result of creating a list of tasks using the CreateTasks operation.

public class CreateTasksResult
type CreateTasksResult = class
Public Class CreateTasksResult
Inheritance
CreateTasksResult

Constructors

CreateTasksResult(List<BatchTaskAddResult>)

Initializes a new instance of the CreateTasksResult class.

Properties

BatchTaskAddResults

The results of the CreateTasks operation. This list will be empty unless CreateTasksOptions is passed into the AddTasks method with the field ReturnBatchTaskAddResults set to true.

Fail

Gets or sets the number of failed tasks.

Pass

Gets or sets the number of successful tasks.

Applies to