Click or drag to resize

MessageQueuePost Method

Overload List
  NameDescription
Public methodPost(Object)
Adds a generic message that is asynchronously sent to any functions that subscribe to MessageReceived.
Public methodPost(SendOrPostCallback, Object)
Adds a delegate to the message queue and immediately returns
Top
See Also