AddTaskResult Class

Definition

Result for a single task added as part of a collection of tasks.

public class AddTaskResult
type AddTaskResult = class
Public Class AddTaskResult
Inheritance
AddTaskResult

Properties

Error

Gets the error caught while attempting to add the task.

ETag

Gets an ETag associated with a successfully added task.

LastModified

Gets the last modified time associated with a successfully added task.

Location

Gets the URL of a successfully added task.

RetryCount

Gets the number of times the Add Task operation was retried for this task.

Status

Gets the status of the add task request.

Task

Gets details of the task.

TaskId

Gets the id of the task which this result applies to.

Methods

ToString()

Returns a string that represents the current object.

Applies to