Click or drag to resize
AttributesFactory Constructor (RegionAttributes)
Creates a new instance of AttributesFactory ready to create a RegionAttributes with the same settings as those in the specified RegionAttributes.

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

Parameters

regionAttributes
Type: GemStone.GemFire.CacheRegionAttributes
attributes used to initialize this AttributesFactory
See Also