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

◆ CloseCallback

using Ice::CloseCallback = std::function<void(const ConnectionPtr& con)>

The callback function given to Connection::setCloseCallback.

Parameters
conThe connection that was closed. It's never a nullptr.

Definition at line 46 of file Connection.h.