TaskProcessorJob Properties

Properties

AppTaskActivationTimestamp The ActivationTimestamp for the application task. - This is only valid for ApplicationBroadcast Task types. - Broadcast message types always return a time stamp with a MinValue.
AppTaskData Resolves the data, byte[].
AppTaskId Resolves the task|broadcast_message id.
AppTaskIsBroadcastMessage Resolves the queue identifier.
AppTaskIsNull Flag to denote if the appTask is null.
AppTaskLatestActivityTimestamp The LatestActivityTimestamp for the application task. - This is only valid for ApplicationBroadcast Task types. - Broadcast message types always return a time stamp with a MinValue.
AppTaskQueueId Resolves the queue identifier.
AppTaskState Resolves the state value. Note: - This is only valid for ApplicationBroadcast Task types. - Broadcast message types always return MFTaskStateNone.
AppTaskType Resolves the task type or broadcast message type.
Data Data value clone container.
(Inherited from CancellableOperationT)
FailureException Holds the failure exception, if the processing had an un-handled failure.
(Inherited from AsyncProcessingOperationT)
JobState Processing state of the async job.
(Inherited from AsyncProcessingOperationT)
LinkedTokenSource Protected linked cancellation token source. - Used to request cancellation of the process.
(Inherited from CancellableOperationT)
QueueDef Task QueueDef.
Task The system task that processes this operation.
(Inherited from CancellableOperationT)
TaskHandler The known task handler dictionary.
Token Linked cancellation token.
(Inherited from CancellableOperationT)
Vault Vault used in processing each task.

See Also