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

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public IRegion<TKey, TValue> GetRegion<TKey, TValue>(
	string path
)

Parameters

path
Type: SystemString
the pathname of the region

Type Parameters

TKey
TValue

Return Value

Type: IRegionTKey, TValue
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