IntegrationTasksWorker Class |
Namespace: CMS.Synchronization
public class IntegrationTasksWorker : AbstractWorker
The IntegrationTasksWorker type exposes the following members.
Name | Description | |
---|---|---|
IntegrationTasksWorker |
Default constructor.
|
Name | Description | |
---|---|---|
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 | |
---|---|---|
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.) |