Service :: ServiceMain

01 The main entry for the service application.
02

[C++] virtual int ServiceMain(int argc, char **argv);
[C#] virtual int ServiceMain(string[] argv);

03 Parameters:
  • argc: Amount of entries in the argv array
  • argv: Array of parameter values
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.