Essential Kit
Loading...
Searching...
No Matches
TimeIntervalNotificationTriggersealed

A trigger condition that causes a notification to be delivered after the specified amount of time elapses.

+ Inheritance diagram for TimeIntervalNotificationTrigger:

Public Member Functions

 TimeIntervalNotificationTrigger (double timeInterval, bool repeats, DateTime? nextTriggerDate=null)
 Initializes a new instance of the TimeIntervalNotificationTrigger class.
 

Properties

double TimeInterval [get]
 The time (in seconds) that must elapse from the current time before the trigger fires. This value must be greater than zero.
 
DateTime? NextTriggerDate [get]
 The next date at which the trigger conditions will be met.
 
bool Repeats [get]
 A Boolean value indicating whether the system reschedules the notification after it is delivered.
 
- Properties inherited from INotificationTrigger

Constructor & Destructor Documentation

◆ TimeIntervalNotificationTrigger()

TimeIntervalNotificationTrigger ( double timeInterval,
bool repeats,
DateTime? nextTriggerDate = null )
Parameters
timeIntervalTime interval.
repeatsIf set to true repeats.
nextTriggerDateNext trigger date.