Contents

disable

Disables the notification request.

Declaration

virtual bool disable() = 0;

Return Value

Returns the previous enable state of the IONotifier.

Overview

Disables the notification request. This method is synchronous with any handler invocations, so when this method returns its guaranteed the handler will not be in entered.

See Also

Miscellaneous