Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / ReminderCollection Class / UpdateAll Method

In This Topic
    UpdateAll Method (ReminderCollection)
    In This Topic
    Updates all reminders.
    Syntax
    'Declaration
     
    Public Sub UpdateAll() 
    public void UpdateAll()
    Remarks
    This method unregisters all wait handles and re-creates them again honoring changes in system time or parent appointment properties.
    See Also