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

◆ ice_getConnectionAsync() [1/2]

std::future< Ice::ConnectionPtr > Ice::ObjectPrx::ice_getConnectionAsync ( ) const
nodiscard

Gets the connection for this proxy.

If the proxy does not yet have an established connection, it first attempts to create a connection.

Returns
A future that becomes available when the invocation completes. This future holds:
  • The connection for this proxy.