ISynchronizationQueue Interface |
Namespace: SanteDB.DisconnectedClient.Synchronization
The ISynchronizationQueue type exposes the following members.
Name | Description | |
---|---|---|
Count |
Get the count of objects on the queue
| |
Delete |
Delete an item from the queue
| |
Dequeue |
Dequeue the item from the queue
| |
Enqueue |
Enqueue the data
| |
Get |
Get the data from the queue
| |
GetAll |
Get all queue items from the queue
| |
Peek |
Peek the next item on the queue
| |
Query |
Query the dataset from the specified search parameters
| |
Retry |
Requeue the queue item
|
Name | Description | |
---|---|---|
Enqueued |
Fired after data has been placed into this queue
| |
Enqueuing |
Fired prior to data being placed into this queue
|