Universal Windows Service Class Library

Scheduler.ThreadMain Method 

Main function for the scheduler working thread.

public void ThreadMain();

Remarks

This is a thread function which will be called after the service was started. The OnStart method create a new instance of this scheduler class and then start a new thread with this working function.

The scheduler load all settings from configuration file and start working until the stop event arrives.

See Also

Scheduler Class | uws Namespace | Service