RegionGetSubRegion Method |
Returns the subregion identified by the path, null if no such subregion.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Region GetSubRegion(
string path
)
Public Function GetSubRegion (
path As String
) As Region
public:
Region^ GetSubRegion(
String^ path
)
member GetSubRegion :
path : string -> Region
Parameters
- path
- Type: SystemString
path
Return Value
Type:
Regionsubregion, or null if none
See Also