- msg
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Enqueue a message at the front of the message queue, to be processed on the next iteration of the message loop. You will receive it in Handler.HandleMessage(Message), in the thread attached to this handler. This method is only for use in very special circumstances -- it can easily starve the message queue, cause ordering problems, or have other unexpected side-effects.