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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic AttributesFactory(
RegionAttributes regionAttributes
)
Public Sub New (
regionAttributes As RegionAttributes
)
public:
AttributesFactory(
RegionAttributes^ regionAttributes
)
new :
regionAttributes : RegionAttributes -> AttributesFactory
Parameters
- regionAttributes
- Type: GemStone.GemFire.CacheRegionAttributes
attributes used to initialize this AttributesFactory
See Also