IDispatcher |
The IDispatcherQueueManagerService type exposes the following members.
| Name | Description | |
|---|---|---|
| Dequeue | Dequeues the last added item from the persistent queue | |
| DequeueById | De-queue a specific message | |
| Enqueue | Enqueue the specified data to the persistent queue | |
| GetQueueEntries | Get all queue entries | |
| GetQueueEntry | Get the specified queue entry | |
| GetQueues | Gets the queues for this system | |
| Move | Move an entry from one queue to another | |
| Open | Opens the specified queue name and enables subscriptions | |
| Purge | Purge the queue | |
| SubscribeTo | Subscribes to queueName using callback | |
| UnSubscribe | Remove the callback registration |
| Name | Description | |
|---|---|---|
| TryDequeue |
Tries to dequeue a message from the dispatcher queue. Returns true if successful, false otherwise.
(Defined by ExtensionMethods) |