std::function< void()> Ice::ObjectPrx::ice_getConnectionAsync | ( | std::function< void(Ice::ConnectionPtr)> | response, |
std::function< void(std::exception_ptr)> | ex = nullptr, | ||
std::function< void(bool)> | sent = nullptr ) const |
Gets the connection for this proxy.
If the proxy does not yet have an established connection, it first attempts to create a connection.
response | The response callback. It accepts:
|
ex | The exception callback. |
sent | The sent callback. |