MindFusion WinForms Programmer's Guide
Schedule.Dispose Method
See Also
 





Disposes any resources used by this Schedule object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Dispose ()

Visual Basic  Copy Code

Public Sub Dispose ()

 Remarks

It is important to call Dispose on the object when you are done using it, in order to stop the schedule's timer used to trigger reminder events.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace