tibems_SetMulticastExceptionListener Function Along with the multicast feature, this function was deprecated in software release 8.3.0 and will no longer be supported in future releases. Purpose Sets the multicast exception listener for an application. C Declaration tibems_status tibems_SetMulticastExceptionListener( tibemsMulticastExceptionCallback listener, void* closure); Parameters Parameter Description listener Register this multicast exception listener callback. closure This parameter receives the closure data in this location, which the program supplied in the call that registered the callback. This is a way to pass application related data to the multicast exception listener callback. Remarks This call is not supported in COBOL. See Also tibemsMulticastExceptionCallback on page 232