Unscheduling a timeout

You unschedule a timeout in the following cases:

A user class calls the unschedule method to cancel a timeout request. If the timeout request was posted but not consumed, it is marked as a canceled event (an event that is not delegated to its destination). If the timeout request was not posted, it is removed from the timeout manager.


Feedback