PocketPlanner Programmer's Guide

Schedule.Dispose Method

See Also

Disposes any resources used by this Schedule object.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public virtual void Dispose ()

Visual Basic

Public Overridable 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