Thread :: Dispose |
01 | IDisposable implementation; Stops and destroys the Thread. |
02 |
[C#] void Dispose(); |
03 | If the thread is still running, it will be requested to abort. After the thread finished, the method returns. |
04 |
Reference: net::semys Implementation: Semys Architecture See Also: Arch Threading Sub-System, Thread |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |