RegionTKey, TValueCreateSubRegion Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual IRegion<TKey, TValue> CreateSubRegion(
string subRegionName,
RegionAttributes<TKey, TValue> attributes
)
Public Overridable Function CreateSubRegion (
subRegionName As String,
attributes As RegionAttributes(Of TKey, TValue)
) As IRegion(Of TKey, TValue)
public:
virtual IRegion<TKey, TValue>^ CreateSubRegion(
String^ subRegionName,
RegionAttributes<TKey, TValue>^ attributes
)
abstract CreateSubRegion :
subRegionName : string *
attributes : RegionAttributes<'TKey, 'TValue> -> IRegion<'TKey, 'TValue>
override CreateSubRegion :
subRegionName : string *
attributes : RegionAttributes<'TKey, 'TValue> -> IRegion<'TKey, 'TValue>
Parameters
- subRegionName
- Type: SystemString
- attributes
- Type: GemStone.GemFire.Cache.GenericRegionAttributesTKey, TValue
Return Value
Type:
IRegionTKey,
TValueImplements
IRegionTKey, TValueCreateSubRegion(String, RegionAttributesTKey, TValue)
See Also