Click or drag to resize
AttributesFactoryCreateRegionAttributes Method
Creates a RegionAttributes with the current settings.

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

Return Value

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