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

◆ setProperties()

virtual void Ice::PropertiesAdmin::setProperties ( PropertyDict newProperties,
const Ice::Current & current )
pure virtual

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.
currentThe Current object of the incoming request.

Implemented in Ice::NativePropertiesAdmin.