Click or drag to resize
IRegionTKey, TValueAttributesMutator Property
Return a mutator object for changing a subset of the region attributes.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
AttributesMutator<TKey, TValue> AttributesMutator { get; }

Return Value

Type: AttributesMutatorTKey, TValue
attribute mutator
Exceptions
ExceptionCondition
RegionDestroyedException if the region has been destroyed
See Also