Click or drag to resize
IRegionServiceGetRegionTKey, 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
IRegion<TKey, TValue> GetRegion<TKey, TValue>(
	string name
)

Parameters

name
Type: SystemString
the name of the region

Type Parameters

TKey
TValue

Return Value

Type: IRegionTKey, TValue
the region
See Also