Click or drag to resize

TriggerInfo class

Contains information on the owning trigger. NextRun is implemented. To add further information, this class can be derived.
Inheritance hierarchy
SystemObject
  Vishnu.InterchangeTriggerInfo

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class TriggerInfo

The TriggerInfo Type exposes the following members.

Constructors
 NameDescription of the
Public MethodTriggerInfoinitializes a new instance of the TriggerInfo class
Back to the top
Properties
 NameDescription of the
Public PropertyNextRun The next trigger time.
Public PropertyNextRunInfo Info text about the next trigger time: for TimerTriggers a DateTime.Now.ToString(); other suitable information for other triggers.
Back to the top
Remarks
File: TriggerInfo.cs Author: Erik Nagel 12.10.2014 Erik Nagel: created
See also