MessageQueue Class |
MessageQueue is managed by the Service Clients and Servers, To implement a 3rd party Client and Server, Messages must be inserted into the MessageQueue in order to view by users.
Namespace: Hummingbird.TestFramework.Messaging
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.
|
| Name | Description | |
|---|---|---|
| MessageAdded |
Occurs when a message is added in the MessageQueue. Hummingbird TestManager uses this event to show the message in the list
|