ISynchronizationQueue Methods |
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
|