Universal Windows Service Class Library

Application.OnPauseWork Method 

The function tells the application working thread to pause it's work.

public void OnPauseWork();

Remarks

The function tells the application working thread to pause it's work. The application working thread and all configured triggers will be paused.

See Also

Application Class | uws Namespace