Returns an array of root regions in the cache. This set is a
snapshot and is not backed by the cache.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public Region[] RootRegions() |
| Visual Basic (Declaration) |
|---|
Public Function RootRegions As Region() |
| Visual C++ |
|---|
public: array<Region^>^ RootRegions () |
Return Value
array of regions
See Also
Cache Class
GemStone.GemFire.Cache Namespace