IRegionTKey, TValueSubRegions Method |
Returns the subregions of this region.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxICollection<IRegion<TKey, TValue>> SubRegions(
bool recursive
)
Function SubRegions (
recursive As Boolean
) As ICollection(Of IRegion(Of TKey, TValue))
ICollection<IRegion<TKey, TValue>^>^ SubRegions(
bool recursive
)
abstract SubRegions :
recursive : bool -> ICollection<IRegion<'TKey, 'TValue>>
Parameters
- recursive
- Type: SystemBoolean
if true, also return all nested subregions
Return Value
Type:
ICollectionIRegionTKey,
TValuecollection of regions
Exceptions
See Also