Universal Windows Service Class Library

CronTrigger Constructor

Default constructor of the cron trigger class.

Overload List

Default constructor of the cron trigger class.

public CronTrigger();

Constructor of the cron trigger class using a string to configure it.

public CronTrigger(string);

Constructor of the cron trigger class using seperate strings to configure it.

public CronTrigger(string,string,string,string,string);

See Also

CronTrigger Class | uws.Triggers Namespace | ITrigger | Trigger