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

◆ createProxy()

template<typename Prx = ObjectPrx, std::enable_if_t< std::is_base_of_v< ObjectPrx, Prx >, bool > = true>
Prx Ice::Connection::createProxy ( Identity id) const
inlinenodiscard

Creates a special proxy (a "fixed proxy") that always uses this connection.

Template Parameters
PrxThe type of the proxy to create.
Parameters
idThe identity of the target object.
Returns
A fixed proxy with the provided identity.

Definition at line 78 of file Connection.h.