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

◆ updateObjectAsync() [1/2]

std::future< void > IceGrid::AdminPrx::updateObjectAsync ( const std::optional< Ice::ObjectPrx > & obj,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Updates an object in the object registry.

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

Parameters
objA proxy to the object. This proxy is never null.
contextThe request context.
Returns
A future that becomes available when the invocation completes.