Click or drag to resize
CacheCreateRegion Method

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public Region CreateRegion(
	string name,
	RegionAttributes attributes
)

Parameters

name
Type: SystemString
attributes
Type: GemStone.GemFire.CacheRegionAttributes

Return Value

Type: Region
See Also