ISynchronization |
The ISynchronizationService type exposes the following members.
| Name | Description | |
|---|---|---|
| IsSynchronizing | Get whether the service is syncing | |
| ServiceName |
Gets the service name
(Inherited from IServiceImplementation) |
| Name | Description | |
|---|---|---|
| Pull(SubscriptionTriggerType) | Perform a pull with the specified trigger | |
| 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 | |
| Push | Push data to the server | |
| SubscribeTo | Instructs the synchronization service to perform the necessary steps to ensure that the specified object is included on subsequent pull requests |
| Name | Description | |
|---|---|---|
| PullCompleted | Fired when a pull has completed and imported data | |
| PushCompleted | Fired when the push has been completed |