Service :: Run |
01 | Main method for the service. |
02 |
[C++] virtual void Run() = 0; |
03 | This method should continue to work until ShouldRun() returns false. |
04 |
Reference: net::semys Implementation: Semys Architecture See Also: Arch ArchService Sub-System, Service, Abort() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |