Click or drag to resize

ISynchronizationJob Interface

A specific job used during a synchronization process to manage the synchronization of objects.

Namespace: SanteDB.Client.Disconnected.Data.Synchronization
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public interface ISynchronizationJob : IJob

The ISynchronizationJob type exposes the following members.

Properties
 NameDescription
Public propertyCanCancel True if the job can be cancelled
(Inherited from IJob)
Public propertyDescription Gets the description of the job
(Inherited from IJob)
Public propertyId A unique identifier for this job
(Inherited from IJob)
Public propertyName The name of the job
(Inherited from IJob)
Public propertyParameters Get the parameter definitions
(Inherited from IJob)
Top
Methods
 NameDescription
Public methodCancel Cancel the job
(Inherited from IJob)
Public methodRun Execute the job
(Inherited from IJob)
Top
See Also