Universal Windows Service Class Library

Service.OnPause Method 

This function pause the service.

protected override void OnPause();

Remarks

The function tell Scheduler to pause it's work.

See Also

Service Class | uws Namespace | Scheduler