Service :: ServiceMain |
01 | The main entry for the service application. |
02 |
[C++] virtual int ServiceMain(int argc, char **argv); |
03 |
Parameters:
|
04 |
Return Values: Return value for the system. |
05 | This method calls HandleParams() and starts the service if requested. |
06 | [C#] Before returning, the ArchContext member will be disposed. |
07 |
Reference: net::semys Implementation: Semys Architecture See Also: ArchService Sub-System, Service, HandleParams() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |