TimeoutManagerBase.unregister

Unregisters the IExpiryRegistration instance corresponding to expiry.

class TimeoutManagerBase
protected
void
unregister

Parameters

expiry Expiry

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

Throws

Exception if no IExpiryRegistration instance corresponding to expiry is currently registered.

Meta