IRunnable :: Abort

01 Abort request to stop a running thread.
02

[C++] virtual void Abort(Thread *pThread) { }
[C#] void Abort(Thread thread);

03 Parameters:
  • pThread / thread: The thread object whose Run() function should return.
04 [C++] The implementation of this method is optional.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Threading Sub-System, IRunnable, Run(), SemysThreadAbort()

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