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
Syntaxpublic Region GetRegion(
string path
)
Public Function GetRegion (
path As String
) As Region
public:
virtual Region^ GetRegion(
String^ path
) sealed
abstract GetRegion :
path : string -> Region
override GetRegion :
path : string -> Region
Parameters
- path
- Type: SystemString
the pathname of the region
Return Value
Type:
Regionthe region
Remarks
If Pool attached with Region is in multiusersecure mode then don't use return instance of region as no credential are attached with this instance.
Get region from RegionService instance of Cache.[!:Cache.CreateAuthenticatedView(PropertiesPtr)].
See Also