Click or drag to resize

TaskProcessorTDirective Properties

The TaskProcessorTDirective generic type exposes the following members.

Properties
  NameDescription
Public propertyHandler
The method to process the tasks with.
Public propertyMaxRequeues
The maximum number of times a task can fail and be requeued, before failing permanently.
(Inherited from TaskProcessor.)
Public propertyMaxRetries
The maximum number of times the processing of a task can be retried within a single job/attempt.
(Inherited from TaskProcessor.)
Public propertyProgressUpdateInterval
The frequency at which an in-progress task's progress is updated to the vault.
(Inherited from TaskProcessor.)
Public propertyRequeueDelay
The time from the failure of a task before its requeued task may be activated.
(Inherited from TaskProcessor.)
Public propertyRestoreToWaitingTimeoutInMinutes
The number of minutes that must pass without an update on an in-progress task, before it can be restored to the waiting state.
(Inherited from TaskProcessor.)
Public propertyTransactionMode
The transaction mode used by the processor.
(Inherited from TaskProcessor.)
Public propertyType
The type of task that can be processed.
(Inherited from Processor.)
Top
See Also