|
Messenger.ThreadID Contains an ID ([Java] reference to the thread) of the Messenger's thread. Declaration
[C++]
[Pascal]
[VB6]
[C#]
[VB.NET]
[Java]
[Java ME]
[Palm]
[DLL] Parameters
Description This property contains an ID ([Java] reference to the thread) of the Messenger's thread. Messenger works on per-thread basis, i.e. all calls to Messenger object should be done in context of the thread, in which Messenger operates. This is the thread in which Messenger was created. Note, that you can't create a messenger in one thread and use it in another thread. All Messenger's lifecycle should happen in context of one thread. |
|
