SynchronizationWorker Methods |
The SynchronizationWorker type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetDuplicityKey |
Gets the duplicity key for the worker to eliminate duplicate queued workers.
(Overrides AbstractWorkerGetDuplicityKey.) |
![]() | 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.) |