Click or drag to resize
IRegionServiceGetRegion Method
Returns an existing region given the full path from root, or null if no such region exists.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
Region GetRegion(
	string name
)

Parameters

name
Type: SystemString
the name of the region

Return Value

Type: Region
the region
See Also