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

◆ releaseObjectAsync() [1/2]

std::future< void > IceGrid::SessionPrx::releaseObjectAsync ( const ::Ice::Identity & id,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Releases an object that was allocated using IceGrid::SessionPrx::allocateObjectById or IceGrid::SessionPrx::allocateObjectByType.

Parameters
idThe identity of the object to release.
contextThe request context.
Returns
A future that becomes available when the invocation completes.