tibems_SetMulticastExceptionListener

Function

Warning: 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

Set 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 Receive 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.