LocalRegion<TKey, TValue>.CreateSubRegion 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: System.String
- attributes
- Type: GemStone.GemFire.Cache.Generic.RegionAttributes<TKey, TValue>
Return Value
Type:
IRegion<TKey,
TValue>Implements
IRegion<TKey, TValue>.CreateSubRegion(String, RegionAttributes<TKey, TValue>)
See Also