DocumentSynchronizationWorker Class |
Namespace: CMS.DocumentEngine
public class DocumentSynchronizationWorker : BaseSynchronizationWorker
The DocumentSynchronizationWorker type exposes the following members.
Name | Description | |
---|---|---|
DocumentSynchronizationWorker(LogDocumentChangeSettings) |
Default constructor for single document.
| |
DocumentSynchronizationWorker(LogMultipleDocumentChangeSettings) |
Default constructor for multiple documents.
|
Name | Description | |
---|---|---|
Cancel |
If true, the worker is cancelled (doesn't execute)
(Inherited from AbstractWorker.) | |
Multiple |
If true, the task runs the multiple log tasks.
| |
MultipleSettings |
Log multiple documents change settings.
| |
OrderChange |
If true, the task runs the order change task.
| |
RunInSequence |
If true, the thread is a part of the sequence and should perform the actions after the previous thread finishes.
(Inherited from AbstractWorker.) | |
SingleSettings |
Log single document change settings.
|
Name | Description | |
---|---|---|
GetDuplicityKey |
Gets the duplicity key for the worker to eliminate duplicit queued workers.
(Inherited from AbstractWorker.) | |
RaiseStop |
Raises OnStop event.
(Inherited from AbstractWorker.) | |
Run |
Action that runs within a contexts of CurrentUser in which was worker created and SynchronizationActionContext.
(Inherited from BaseSynchronizationWorker.) | |
RunAsync |
Runs the worker as a new thread.
(Inherited from AbstractWorker.) | |
RunWorkerAction |
Runs the action.
(Overrides BaseSynchronizationWorkerRunWorkerAction.) |
Name | Description | |
---|---|---|
OnStop |
Raised when worker finishes.
(Inherited from AbstractWorker.) |