Thread :: Start |
01 | Starts the thread. |
02 |
[*] void Start(); |
03 | [C++] This method calls SemysThreadStart() to start the thread. |
04 | The created thread will call the Run() method of the contained interface. |
05 |
Reference: net::semys Implementation: Semys Architecture See Also: Arch Threading Sub-System, Thread, Stop(), SemysThreadStart() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |