Click or drag to resize

FileSystemDispatcherQueueService Methods

The FileSystemDispatcherQueueService type exposes the following members.

Methods
  NameDescription
Public methodDequeue
De-queue the object
Public methodDequeueById
Dequeue by identifier
Public methodDispose
Dispose
Public methodEnqueue
Queue an item to the queue
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetQueueEntries
Get all queue entries
Public methodGetQueueEntry
Get a queue entry
Public methodGetQueues
Get all queues
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMove
Move the specified entry
Public methodOpen
Create a directory and subscribe to it
Public methodPurge
Purge the file system queue
Public methodSubscribeTo
Subscribe to the queue
Public methodToString (Inherited from Object.)
Public methodUnSubscribe
Remove subscriptions
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Public Extension MethodTryDequeue
Tries to dequeue a message from the dispatcher queue. Returns true if successful, false otherwise.
(Defined by ExtensionMethods.)
Top
See Also