IExpiryRegistration.register

Sets the timeout for the client and registers it with the timeout manager. On timeout the client will automatically be unregistered. The client must not currently be registered.

interface IExpiryRegistration
bool
register
()

Parameters

timeout_us ulong

timeout in microseconds from now. 0 is ignored.

Return Value

Type: bool

true if registered or false if timeout_us is 0.

Meta