IRegionTKey, TValueGetSubRegion Method |
Returns the subregion identified by the path, null if no such subregion.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIRegion<TKey, TValue> GetSubRegion(
string path
)
Function GetSubRegion (
path As String
) As IRegion(Of TKey, TValue)
IRegion<TKey, TValue>^ GetSubRegion(
String^ path
)
abstract GetSubRegion :
path : string -> IRegion<'TKey, 'TValue>
Parameters
- path
- Type: SystemString
path
Return Value
Type:
IRegionTKey,
TValuesubregion, or null if none
See Also