Click or drag to resize

MessageQueueSend Method

Overload List
  NameDescription
Public methodSend(Object)
Adds a generic message to the message queue that is synchronously sent to any functions that subscribe to MessageReceived.
Public methodSend(SendOrPostCallback, Object)
Adds a delegate to the message queue and waits until all currently queued delegates and the recently added delegate are executed before returning.
Top
See Also