|
MessageHandler.Destroy Disposes of the MessageHandler object. Declaration
[C++]
[Pascal]
[VB6]
[C#]
[VB.NET]
[Java]
[Java ME]
[Palm]
[DLL] Parameters
Description Use this method to dispose of MessageHandler object. Usually it is not necessary to destroy MessageHandler objects manually -- the queue will do this for you when destroyed. However if you do wish to delete the handler immediately, you can use this method. Note: you should not destroy an object from OnMessage event handler. |
|
