Click or drag to resize
TriggerWorker Methods

The TriggerWorker type exposes the following members.

Methods
  NameDescription
Public methodGetDuplicityKey
Gets the duplicity key for the worker to eliminate duplicate queued workers.
(Overrides AbstractWorkerGetDuplicityKey.)
Protected methodRaiseStop
Raises OnStop event.
(Inherited from AbstractWorker.)
Public methodRun
Processes all triggers, adds BaseInfo set in options to workflow processes.
(Overrides AbstractWorkerRun.)
Public methodRunAsync
Runs the worker as a new thread.
(Inherited from AbstractWorker.)
Top
See Also