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