ExpiryRegistrationBase.unregister

Unregisters the current client. If a client is currently not registered, nothing is done.

The subclass may reset the client instance to null after it has called this method (even if it throws an exception).

class ExpiryRegistrationBase
bool
unregister
()

Return Value

Type: bool

true on success or false if no client was registered.

In: Must not be called from within timeout().

Meta