Click or drag to resize
CacheGetRegion 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
public Region GetRegion(
	string path
)

Parameters

path
Type: SystemString
the pathname of the region

Return Value

Type: Region
the region
Remarks
If Pool attached with Region is in multiusersecure mode then don't use return instance of region as no credential are attached with this instance. Get region from RegionService instance of Cache.[!:Cache.CreateAuthenticatedView(PropertiesPtr)].
See Also