| IntegrationTasksWorker Class |
Namespace: CMS.Synchronization
public class IntegrationTasksWorker : AbstractWorker
The IntegrationTasksWorker type exposes the following members.
| Name | Description | |
|---|---|---|
| IntegrationTasksWorker |
Default constructor.
|
| Name | Description | |
|---|---|---|
| Cancel |
If true, the worker is cancelled (doesn't execute)
(Inherited from AbstractWorker.) | |
| Connector |
Connector info object
| |
| InternalTasks |
Determines whether to process internal or external tasks
| |
| RunInSequence |
If true, the thread is a part of the sequence and should perform the actions after the previous thread finishes.
(Inherited from AbstractWorker.) |
| Name | Description | |
|---|---|---|
| GetDuplicityKey |
Gets the duplicity key for the worker to eliminate duplicit queued workers.
(Overrides AbstractWorkerGetDuplicityKey.) | |
| LogException |
Logs exception to event log
| |
| ProcessExternalTasks |
Processes external tasks.
| |
| ProcessInternalTasks |
Processes internal tasks.
| |
| RaiseStop |
Raises OnStop event.
(Inherited from AbstractWorker.) | |
| Run |
Runs the worker as a new thread.
(Overrides AbstractWorkerRun.) | |
| RunAsync |
Runs the worker as a new thread.
(Inherited from AbstractWorker.) |
| Name | Description | |
|---|---|---|
| OnStop |
Raised when worker finishes.
(Inherited from AbstractWorker.) |