Returns an existing region given the full path from root, or null
if no such region exists.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public Region GetRegion( string path ) |
| Visual Basic (Declaration) |
|---|
Public Function GetRegion ( _ path As String _ ) As Region |
| Visual C++ |
|---|
public: Region^ GetRegion ( String^ path ) |
Parameters
- path
- String
the pathname of the region
Return Value
the region
See Also
Cache Class
GemStone.GemFire.Cache Namespace