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

◆ removeObjectAsync() [1/2]

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

Removes an object from the object registry.

Only objects added with this interface can be removed with this operation. Objects added with deployment descriptors should be removed with the deployment mechanism.

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