MessageQueuePost Method |
| Name | Description | |
|---|---|---|
| Post(Object) |
Adds a generic message to the message queue
that is asynchronously sent to any functions that subscribe to MessageReceived.
| |
| Post(SendOrPostCallback, Object) |
Adds a delegate to the message queue and immediately returns.
|