Universal Windows Service Class Library

Application.OnShutdownWork Method 

The function tells the application working thread that computer is shutting down.

public void OnShutdownWork();

Remarks

Due to the OnStopWork function this one tells the working thread that it has to stop it's work because computer is shutting down.

See Also

Application Class | uws Namespace