void Ice::PropertiesAdminPrx::setProperties | ( | const PropertyDict & | newProperties, |
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.
newProperties | Properties to add, change, or remove. |
context | The request context. |