MessageQueue Events |
The MessageQueue type exposes the following members.
| Name | Description | |
|---|---|---|
| MessageQueueStarted |
Event that indicates MessageQueue has started to receive messages. If MessageQueue was
started with a call to StartInAnotherThread, this event will be raised in that other thread.
| |
| MessageQueueStopped |
Event that indicates MessageQueue has been stopped by a call to Terminate. If MessageQueue was
started with a call to StartInAnotherThread, this event will be raised in that other thread.
| |
| MessageReceived |
Event that indicates a generic message object was received. If MessageQueue was
started with a call to StartInAnotherThread, this event will be raised in that other thread.
|