Click or drag to resize

MessageQueue Methods

The MessageQueue type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Add an message in the queue. Never call this method when sending request, it will be handled by the framework.
Public methodStatic memberClear
Clears this instance.
Public methodStatic memberLoad
Loads the messages from the disk.
Public methodStatic memberLoadAsync
Loads the messages from the disk asynchronously
Public methodStatic memberRemove
Removes the specified message from the queue.
Public methodStatic memberSave
Saves all messages of instance to a file (will be reloaded).
Public methodStatic memberUpdateInput
Updates the input object (request) of a given message
Public methodStatic memberUpdateOutput
Updates the output object (results) of a given message.
Top
See Also