Click or drag to resize
SynchronizationWorker Methods

The SynchronizationWorker type exposes the following members.

Methods
  NameDescription
Public methodGetDuplicityKey
Gets the duplicity key for the worker to eliminate duplicate queued workers.
(Overrides AbstractWorkerGetDuplicityKey.)
Protected methodRaiseStop
Raises OnStop event.
(Inherited from AbstractWorker.)
Public methodRun
Action that runs within a contexts of CurrentUser in which was worker created and SynchronizationActionContext.
(Inherited from BaseSynchronizationWorker.)
Public methodRunAsync
Runs the worker as a new thread.
(Inherited from AbstractWorker.)
Protected methodRunWorkerAction
Runs the action.
(Overrides BaseSynchronizationWorkerRunWorkerAction.)
Top
See Also