| IntegrationTasksWorker Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Synchronization
 Syntax
Syntaxpublic class IntegrationTasksWorker : AbstractWorker
The IntegrationTasksWorker type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | IntegrationTasksWorker | 
            Default constructor.
             | 
 Properties
Properties| 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.) | 
 Methods
Methods| 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.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | OnStop | 
            Raised when worker finishes.
            (Inherited from AbstractWorker.) | 
 See Also
See Also