tibemsAdmin_SetExceptionListener
Function
Purpose
Set an exception listener for the connection used by the administration API to communicate with the EMS server.
C Declaration
tibems_status tibemsAdmin_SetExceptionListener( tibemsAdmin admin, tibemsExceptionCallback listener, const void* closure);
Parameters
Remarks
This is an alternate pathway for alerting a client program of connection problems. The program defines an exception listener callback function, and calls this function to register the callback and a closure argument. When the client library detects a connection problem, it calls the callback with a status code that identifies the problem.
This call is not supported in COBOL.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.