Returns names of regions at the child level of parent on the
cache server. If "/" is passed as the parent, then the root
regions of the cache are returned.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public string[] GetServerRegions( string parent ) |
| Visual Basic (Declaration) |
|---|
Public Function GetServerRegions ( _ parent As String _ ) As String() |
| Visual C++ |
|---|
public: array<String^>^ GetServerRegions ( String^ parent ) |
Parameters
- parent
- String
The parent region whose child regions need to be fetched.
Return Value
Array of names of the child regions.
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::TimeoutException | if the operation times out |
See Also
Cache Class
GemStone.GemFire.Cache Namespace