Click or drag to resize
IRegionTKey, TValueGetSubRegion Method
Returns the subregion identified by the path, null if no such subregion.

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

Parameters

path
Type: SystemString
path

Return Value

Type: IRegionTKey, TValue
subregion, or null if none
See Also