The Delete method
deletes a timeout from the heap. This is the only method that should
be used to delete timeouts.
Notes- The unschedTm method
iterates through the heap, and calls the Delete method
to delete one or more timeouts.
- The OMTimeout class macro
creates the memory pool for timeouts.
The Delete operator returns memory to the memory
pool. The new operation gets memory from the memory
pool.