Click or drag to resize

MessageQueue Events

The MessageQueue type exposes the following members.

Events
  NameDescription
Public eventMessageQueueStarted
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.
Public eventMessageQueueStopped
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.
Public eventMessageReceived
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.
Top
See Also