TibrvCmListener::isValid()

Method

Declaration

tibrv_bool isValid() const;

Purpose

Test whether a certified delivery listener has been destroyed.

Remarks

This method returns TIBRV_TRUE if the listener is valid, and TIBRV_FALSE if it has been destroyed.

Notice that TibrvCmListener::destroy() invalidates the event immediately, even though active callback methods may continue to run.

See Also

TibrvCmListener::destroy()