Universal Windows Service Class Library

Service.Main Method 

Main entry point for the process.

public static void Main(
   string[] args
);

Parameters

args
A list of given command line arguments.

Remarks

Main entry point for the service process.

See Also

Service Class | uws Namespace