Click or drag to resize
BaseSynchronizationWorker Methods

The BaseSynchronizationWorker type exposes the following members.

Methods
  NameDescription
Public methodGetDuplicityKey
Gets the duplicity key for the worker to eliminate duplicit queued workers.
(Inherited from AbstractWorker.)
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.
(Overrides AbstractWorkerRun.)
Public methodRunAsync
Runs the worker as a new thread.
(Inherited from AbstractWorker.)
Protected methodRunWorkerAction
Runs the worker action within the CurrentUser and SynchronizationActionContext contexts ensured on initialization of the worker instance.
Top
See Also