Click or drag to resize
AttributesFactoryTKey, TValueCreateRegionAttributes Method
Creates a RegionAttributes with the current settings.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public RegionAttributes<TKey, TValue> CreateRegionAttributes()

Return Value

Type: RegionAttributesTKey, TValue
the newly created RegionAttributes
Exceptions
ExceptionCondition
IllegalStateException if the current settings violate the compatibility rules.
See Also