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

◆ setPropertiesAsync() [1/2]

std::future< void > Ice::PropertiesAdminPrx::setPropertiesAsync ( const PropertyDict & newProperties,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Updates the communicator's properties with the given property set.

If an entry in newProperties matches the name of an existing property, that property's value is replaced with the new value. If the new value is the empty string, the property is removed. Existing properties that are not modified or removed by the entries in newProperties are not affected by this update.

Parameters
newPropertiesProperties to add, change, or remove.
contextThe request context.
Returns
A future that becomes available when the invocation completes.