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