setProperties abstract method

void setProperties(
  1. PropertyDict newProperties
)

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

@param newProperties Properties to be added, changed, or removed. 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 an empty string, the property is removed. Any existing properties that are not modified or removed by the entries in newProperties are retained with their original values.

Implementation

void setProperties(PropertyDict newProperties);