Click or drag to resize
RegionGetAttributesMutator Method
Return a mutator object for changing a subset of the region attributes.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public AttributesMutator GetAttributesMutator()

Return Value

Type: AttributesMutator
attribute mutator
Exceptions
ExceptionCondition
RegionDestroyedException if the region has been destroyed
See Also