Universal Windows Service Class Library

Application.OnContinueWork Method 

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

public void OnContinueWork();

Remarks

The function tells the application working thread to continue it's work. The application working thread and all configured triggers will be start working again.

See Also

Application Class | uws Namespace