ISynchronization |
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(IdentifiedData, SynchronizationQueueEntryOperation) | Enqueue the data | |
| Enqueue(ISynchronizationQueueEntry, String) | Enqueues the specified otherQueueEntry directly into this queue (used for copying queue entries) with a reason | |
| Get | Get the data from the queue | |
| Peek | Peek the next item on the queue | |
| Query | Query the dataset from the specified search parameters |