Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ setCloseCallback()

virtual void Ice::Connection::setCloseCallback ( CloseCallback callback)
pure virtual

Sets a close callback on the connection.

The callback is called by the connection when it's closed. The callback is called from the Ice thread pool associated with the connection.

Parameters
callbackThe close callback object.