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

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public Region GetSubRegion(
	string path
)

Parameters

path
Type: SystemString
path

Return Value

Type: Region
subregion, or null if none
See Also