Click or drag to resize
CacheCreateRegionFactory Method
Returns the instance of RegionFactory to create the region

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public RegionFactory CreateRegionFactory(
	RegionShortcut regionShortcut
)

Parameters

regionShortcut
Type: GemStone.GemFire.CacheRegionShortcut
the regionShortcut to set the default region attributes

Return Value

Type: RegionFactory
Instance of RegionFactory
Remarks
Pass the RegionShortcut to set the deafult region attributes
See Also