Contains the output from the PollForTask action.

C# |
public class PollForTaskResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | PollForTaskResult()()()() | Initializes a new instance of the PollForTaskResult class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | TaskObject |
An instance of PollForTaskResult, which contains an instance of TaskObject. The returned object contains all the information
needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains
an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and
SetTaskStatus.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithTaskObject(TaskObject) | Obsolete.
Sets the TaskObject property
|

Object | |
![]() | PollForTaskResult |