Click or drag to resize

TaskInfoTDirective Properties

The TaskInfoTDirective generic type exposes the following members.

Properties
  NameDescription
Public propertyActivationTime
The task activation time.
(Inherited from TaskInfo.)
Public propertyDirective
The deserialized task data as a directive.
Public propertyDirectiveType
The true type of the directive.
(Inherited from TaskInfo.)
Public propertyLatestActivity
The latest activity time.
(Inherited from TaskInfo.)
Public propertyQueueId
The id of the queue the task belongs to.
(Inherited from TaskInfo.)
Public propertyState
The state of the task.
(Inherited from TaskInfo.)
Public propertyStatus
The deserialized task progress as status. Can be null!
(Inherited from TaskInfo.)
Public propertyTaskId
The task id.
(Inherited from TaskInfo.)
Public propertyTaskType
The type of task this is.
(Inherited from TaskInfo.)
Top
See Also