Universal Windows Service Class Library

Service.OnCustomCommand Method 

This function will be called from windows service management with a custom command message.

protected override void OnCustomCommand(
   int command
);

Parameters

command
Containing the custom command message.

Remarks

Tell the Scheduler the received custom command which could contain specific commands.

See Also

Service Class | uws Namespace | Scheduler