Click or drag to resize
IntegrationTasksWorker Methods

The IntegrationTasksWorker type exposes the following members.

Methods
  NameDescription
Public methodGetDuplicityKey
Gets the duplicity key for the worker to eliminate duplicit queued workers.
(Overrides AbstractWorkerGetDuplicityKey.)
Protected methodLogException
Logs exception to event log
Protected methodProcessExternalTasks
Processes external tasks.
Protected methodProcessInternalTasks
Processes internal tasks.
Protected methodRaiseStop
Raises OnStop event.
(Inherited from AbstractWorker.)
Public methodRun
Runs the worker as a new thread.
(Overrides AbstractWorkerRun.)
Public methodRunAsync
Runs the worker as a new thread.
(Inherited from AbstractWorker.)
Top
See Also