Universal Windows Service Class Library

CronTrigger Class

Implementation of a trigger which fires at different times using a crontab configuration.

For a list of all members of this type, see CronTrigger Members.

System.Object
   uws.Triggers.Trigger
      uws.Triggers.CronTrigger

public class CronTrigger : Trigger

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class provides functionality to control a cron trigger. It fires it's event each time the crontab matches.

Requirements

Namespace: uws.Triggers

Assembly: uwsCore (in uwsCore.dll)

See Also

CronTrigger Members | uws.Triggers Namespace | ITrigger | Trigger