Returns the subregions of this region.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Region[] SubRegions(
bool recursive
)
Public Function SubRegions (
recursive As Boolean
) As Region()
public:
array<Region^>^ SubRegions(
bool recursive
)
member SubRegions :
recursive : bool -> Region[]
Parameters
- recursive
- Type: SystemBoolean
if true, also return all nested subregions
Return Value
Type:
Regionarray of regions
Exceptions
See Also