[]
        
(Showing Draft Content)

C1.Schedule.Reminder.Snooze

Snooze Method

Snooze(TimeSpan)

The Snooze(TimeSpan) method notifies the scheduler to defer the triggering of a reminder by the specified interval.

Declaration
public void Snooze(TimeSpan delay)
Parameters
Type Name Description
TimeSpan delay

The TimeSpanvalue specifying the interval of time to wait before displaying the reminder again.