SequentialTaskProcessor Methods

Methods

AllowNewTaskRequests This will denote if new tasks can be accepted by the task processor.
(Inherited from TaskProcessorBaseTSettings)
AllowNewTaskRequests(Boolean) This will update the allow new task requests getter method AllowNewTaskRequests. Note that this may or may not actually change the value, since multiple requests may be required to actually toggle the value since it may be used in multiple threads.
(Inherited from TaskProcessorBaseTSettings)
BroadcastVaultExtensionMethodCall(Int32, Vault, ListString) Re-Broadcast the broadcast message so all servers.
(Inherited from TaskProcessorBaseTSettings)
CanAcceptNewTasks Function used to determine if the application task processor can accept any new tasks.
(Overrides TaskProcessorBaseTSettingsCanAcceptNewTasks)
CanCancelTask Determines if the app task can be canceled .
(Inherited from TaskProcessorBaseTSettings)
Cancel Requests cancellation of the operation.
(Inherited from CancellableOperationT)
CancelAfter Requests cancellation of the operation.
(Inherited from CancellableOperationT)
CanUpdateProgress Determines if the app task can have its progress updated.
(Inherited from TaskProcessorBaseTSettings)
CreateApplicationTaskSafe Helper method used to create a task in the task queue, accounting for the potential that the task queue has been destroyed. - If the task queue is not found, the RegisterTaskQueue() method is called, then the create task is attempted a 2nd time.
(Inherited from TaskProcessorBaseTSettings)
CreateApplicationTaskSafeInTransaction Helper method used to create a task in the task queue, accounting for the potential that the task queue has been destroyed. - If the task queue is not found, the RegisterTaskQueue() method is called, then the create task is attempted a 2nd time.
(Inherited from TaskProcessorBaseTSettings)
GetActiveJobReference Grants access to the active job reference held by this object.
GetLatestTaskInfo Resolves the latest task info, by id from the server.
(Inherited from TaskProcessorBaseTSettings)
InjectBuiltInHandlers Injects built in task handlers.
(Inherited from TaskProcessorBaseTSettings)
OnCancellationRequested Cancellation requested event invocation.
(Inherited from CancellableOperationT)
OnJobCreated Job created event invocation.
(Inherited from TaskProcessorBaseTSettings)
ProcessTasks Task collection processor.
(Overrides TaskProcessorBaseTSettingsProcessTasks(Vault, IEnumerableApplicationTask, CancellationToken))
RegisterTaskQueues Verifies that the task queue is open. - Opens the queue if it is found to be missing.
(Inherited from TaskProcessorBaseTSettings)
ResetCancellationToken Resets the cancellation token source.
(Inherited from CancellableOperationT)
SendBroadcastMessageSafe Helper method used to send an application task queue broadcast message, accounting for the potential that the task queue has been destroyed. - If the task queue is not found, the RegisterTaskQueue() method is called, then the message creation - is attempted a 2nd time.
(Inherited from TaskProcessorBaseTSettings)
SendBroadcastMessageSafeInTransaction Helper method used to send an application task queue broadcast message, accounting for the potential that the task queue has been destroyed. - If the task queue is not found, the RegisterTaskQueue() method is called, then the message creation - is attempted a 2nd time.
(Inherited from TaskProcessorBaseTSettings)
TaskHandler_VaultExtMethodCaller Generic vault extension method caller.
(Inherited from TaskProcessorBaseTSettings)
ThrowIfCancellationRequested If cancellation has been requested: - The CancellationRequest event is fired. - Then the cancellation exception is thrown.
(Inherited from CancellableOperationT)
ThrowIfNull Asserts the passed object is not null.
(Inherited from CancellableOperationT)
TriggerCancellationRequested Triggers the cancellation requested event, for any registered listeners.
(Inherited from CancellableOperationT)
TriggerPolling Triggers polling right away for the TaskQueueManager.
(Inherited from TaskProcessorBaseTSettings)
TryGetStatusInfo Resolves the status info, when available. - Null otherwise.
(Inherited from TaskProcessorBaseTSettings)
TryGetTraceInfo Resolves the trace info, when available and configured to do so. - Null otherwise.
(Inherited from TaskProcessorBaseTSettings)
UnregisterTaskQueues Detaches the task queue in the settings object for this processor from monitoring by the TaskQueueMonitor.
(Inherited from TaskProcessorBaseTSettings)
UpdateCancelledJobInTaskQueue(ApplicationTask, String, String, Boolean) Updates the passed job as having been cancelled in the task queue.
(Inherited from TaskProcessorBaseTSettings)
UpdateCancelledJobInTaskQueue(TaskProcessorJob, String, String, Boolean) Updates the passed job as having been cancelled in the task queue.
(Inherited from TaskProcessorBaseTSettings)
UpdateCompletedJobInTaskQueue(ApplicationTask, String, String, Boolean) Updates the completed app task in the task queue.
(Inherited from TaskProcessorBaseTSettings)
UpdateCompletedJobInTaskQueue(TaskProcessorJob, String, String, Boolean) Updates the completed app task in the task queue.
(Inherited from TaskProcessorBaseTSettings)
UpdateFailedJobInTaskQueue(ApplicationTask, String, Exception, String, Boolean) Updates the task in the application task queue, with failed info.
(Inherited from TaskProcessorBaseTSettings)
UpdateFailedJobInTaskQueue(TaskProcessorJob, String, Exception, String, Boolean) Updates the task in the application task queue, with failed info.
(Inherited from TaskProcessorBaseTSettings)
UpdateProgressForActiveTasks Forces an update of the active task every time the CanAcceptNewTasks() method returns false.
UpdateTaskAsAssignedToProcessor Update task info as having been assigned implementation.
(Inherited from TaskProcessorBaseTSettings)
UpdateTaskInfo(ApplicationTask, MFTaskState, String, Boolean) Updates the task info inside the task queue for the passed application task.
(Inherited from TaskProcessorBaseTSettings)
UpdateTaskInfo(TaskProcessorJob, MFTaskState, String, Boolean) Update task info implementation.
(Inherited from TaskProcessorBaseTSettings)
UpdateTasksInProgress Updates the progress in the task queue. - This check is part of the required keep alive updates to the task queue.
(Inherited from TaskProcessorBaseTSettings)
WaitAll Waits for the active job to complete.
(Overrides TaskProcessorBaseTSettingsWaitAll)

See Also