Click or drag to resize
RegionSubRegions Method
Returns the subregions of this region.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public Region[] SubRegions(
	bool recursive
)

Parameters

recursive
Type: SystemBoolean
if true, also return all nested subregions

Return Value

Type: Region
array of regions
Exceptions
ExceptionCondition
RegionDestroyedException this region has already been destroyed
See Also