MessageQueue Methods |
The MessageQueue type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Add |
Add an message in the queue. Never call this method when sending request, it will be handled by the framework.
|
![]() ![]() | Clear |
Clears this instance.
|
![]() ![]() | Load |
Loads the messages from the disk.
|
![]() ![]() | LoadAsync |
Loads the messages from the disk asynchronously
|
![]() ![]() | Remove |
Removes the specified message from the queue.
|
![]() ![]() | Save |
Saves all messages of instance to a file (will be reloaded).
|
![]() ![]() | UpdateInput |
Updates the input object (request) of a given message
|
![]() ![]() | UpdateOutput |
Updates the output object (results) of a given message.
|