Click or drag to resize

IDispatcherQueueManagerService Methods

The IDispatcherQueueManagerService type exposes the following members.

Methods
 NameDescription
Public methodDequeue Dequeues the last added item from the persistent queue
Public methodDequeueById De-queue a specific message
Public methodEnqueue Enqueue the specified data to the persistent queue
Public methodGetQueueEntries Get all queue entries
Public methodGetQueueEntry Get the specified queue entry
Public methodGetQueues Gets the queues for this system
Public methodMove Move an entry from one queue to another
Public methodOpen Opens the specified queue name and enables subscriptions
Public methodPurge Purge the queue
Public methodSubscribeTo Subscribes to queueName using callback
Public methodUnSubscribe Remove the callback registration
Top
Extension Methods
 NameDescription
Public Extension MethodTryDequeue Tries to dequeue a message from the dispatcher queue. Returns true if successful, false otherwise.
(Defined by ExtensionMethods)
Top
See Also