Click or drag to resize

ISynchronizationQueue Methods

The ISynchronizationQueue type exposes the following members.

Methods
 NameDescription
Public methodCount Get the count of objects on the queue
Public methodDelete Delete an item from the queue
Public methodDequeue Dequeue the item from the queue
Public methodEnqueue(IdentifiedData, SynchronizationQueueEntryOperation) Enqueue the data
Public methodEnqueue(ISynchronizationQueueEntry, String) Enqueues the specified otherQueueEntry directly into this queue (used for copying queue entries) with a reason
Public methodGet Get the data from the queue
Public methodPeek Peek the next item on the queue
Public methodQuery Query the dataset from the specified search parameters
Top
See Also