IRunnable :: Run

01 Main function for the thread.
02

[C++] virtual void Run(Thread *pThread) = 0;
[C#] void Run(Thread thread);

03 Parameters:
  • pThread / thread: The thread object that runs this thread.
04 Reference: net::semys
Implementation: Semys Architecture
See Also: Threading Sub-System, IRunnable, Abort(), SemysThreadRun()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.