Disposes any resources used by this Schedule object.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void Dispose () |
Visual Basic
Copy Code
|
|---|
Public Sub Dispose () |
RemarksIt 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