C1.Silverlight.Schedule.5
Snooze Method

The System.TimeSpanvalue specifying the interval of time to wait before displaying the reminder again.
The Snooze method notifies the scheduler to defer the triggering of a reminder by the specified interval.
Syntax
'Declaration
 
Public Sub Snooze( _
   ByVal delay As System.TimeSpan _
) 
public void Snooze( 
   System.TimeSpan delay
)

Parameters

delay
The System.TimeSpanvalue specifying the interval of time to wait before displaying the reminder again.
See Also

Reference

Reminder Class
Reminder Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.