ISynchronizationService Interface |
Namespace: SanteDB.DisconnectedClient.Services
The ISynchronizationService type exposes the following members.
Name | Description | |
---|---|---|
IsSynchronizing |
Get whether the service is syncing
| |
Log |
Gets the synchronization log with last synchronization times
| |
ServiceName |
Gets the service name
(Inherited from IServiceImplementation.) |
Name | Description | |
---|---|---|
Fetch |
Fetch to see if there are any particular changes on the specified model type
| |
Pull(Type) |
Pull data from the remove server and place it on the inbound queue
| |
Pull(Type, NameValueCollection) |
Pull data from the remove server and place it on the inbound queue
| |
Pull(Type, NameValueCollection, Boolean) |
Pull data from the remove server and place it on the inbound queue
|
Name | Description | |
---|---|---|
PullCompleted |
Fired when a pull has completed and imported data
|