Universal Windows Service Class Library

Scheduler Constructor (String, String)

Constructor of the scheduler class.

public Scheduler(
   string name,
   string configFile
);

Parameters

name
Name of scheduler.
configFile
Path of configuration file.

Remarks

Constructor of the scheduler class using given strings as name of scheduler and path for configuration file.

See Also

Scheduler Class | uws Namespace | Scheduler Constructor Overload List