Returns the names of all root regions on the cache server.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public string[] ServerRootRegions() |
| Visual Basic (Declaration) |
|---|
Public Function ServerRootRegions As String() |
| Visual C++ |
|---|
public: array<String^>^ ServerRootRegions () |
Return Value
array of root region names
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::TimeoutException | if there is a time out getting the root regions |
See Also
Cache Class
GemStone.GemFire.Cache Namespace