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

◆ setPropertiesAsync() [2/2]

std::function< void()> Ice::PropertiesAdminPrx::setPropertiesAsync ( const PropertyDict & newProperties,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception = nullptr,
std::function< void(bool)> sent = nullptr,
const Ice::Context & context = Ice::noExplicitContext ) const

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.
responseThe response callback.
exceptionThe exception callback.
sentThe sent callback.
contextThe request context.
Returns
A function that can be called to cancel the invocation locally.