MessageQueueSend Method |
| Name | Description | |
|---|---|---|
| Send(Object) |
Adds a generic message to the message queue
that is synchronously sent to any functions that subscribe to MessageReceived.
| |
| Send(SendOrPostCallback, Object) |
Adds a delegate to the message queue and waits until all currently
queued messages and the given delegate are executed before returning.
|