Universal Windows Service Class Library

CronTrigger.Configure Method (String)

Configures the trigger using a string containing cron informations.

public void Configure(
   string cronString
);

Parameters

cronString
String containing cron informations.

Remarks

This method configue the trigger 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.Configure Overload List