ITimeoutManagerInternal.unregister

Unregisters IExpiryRegistration instance corresponding to expiry.

interface ITimeoutManagerInternal
void
unregister

Parameters

expiry Expiry

expiry token returned by register() when registering the IExpiryRegistration instance to unregister

In: Must not be called from within timeout(). Doing so would still leave already fired timer events in the TimeoutManager internal list and their respective timeout will be called despite unregistration.

Meta