Universal Windows Service Class Library

CronTrigger Constructor (String)

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

public CronTrigger(
   string cronString
);

Parameters

cronString
String containing cron informations.

Remarks

This constructor creates a new cron trigger object and configue it with given cron informations capsulated in a string.

For detailed information about the cron string see Configure method.

Exceptions

Exception TypeCondition
ArgumentNullExceptionNo cron string was given.
ArgumentExceptionThrown if an invalid cron string was given.

See Also

CronTrigger Class | uws.Triggers Namespace | CronTrigger Constructor Overload List