Click or drag to resize
IRegionTKey, TValueSubRegions Method
Returns the subregions of this region.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
ICollection<IRegion<TKey, TValue>> SubRegions(
	bool recursive
)

Parameters

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

Return Value

Type: ICollectionIRegionTKey, TValue
collection of regions
Exceptions
ExceptionCondition
RegionDestroyedException this region has already been destroyed
See Also