Universal Windows Service Class Library

Application.ThreadRun Method 

Main function for each application working thread.

public void ThreadRun();

Remarks

This is a thread function which will be called after the application was configured. The Add method create a new instance of this application class and start a new thread with this working function.

Before starting this thread function the application should be configured otherwise no valid work could be done.

See Also

Application Class | uws Namespace | ApplicationList