IRegionServiceGetRegion Method |
Returns an existing region given the full path from root, or null
if no such region exists.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxRegion GetRegion(
string name
)
Function GetRegion (
name As String
) As Region
Region^ GetRegion(
String^ name
)
abstract GetRegion :
name : string -> Region
Parameters
- name
- Type: SystemString
the name of the region
Return Value
Type:
Regionthe region
See Also