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
Enqueue the data
Public methodGet
Get the data from the queue
Public methodGetAll
Get all queue items from the queue
Public methodPeek
Peek the next item on the queue
Public methodQuery
Query the dataset from the specified search parameters
Public methodRetry
Requeue the queue item
Top
See Also