RegionCreateSubRegion Method |
Creates a subregion with the given name and attributes.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Region CreateSubRegion(
string subRegionName,
RegionAttributes attributes
)
Public Function CreateSubRegion (
subRegionName As String,
attributes As RegionAttributes
) As Region
public:
Region^ CreateSubRegion(
String^ subRegionName,
RegionAttributes^ attributes
)
member CreateSubRegion :
subRegionName : string *
attributes : RegionAttributes -> Region
Parameters
- subRegionName
- Type: SystemString
new subregion name - attributes
- Type: GemStone.GemFire.CacheRegionAttributes
subregion attributes
Return Value
Type:
Regionnew subregion
See AlsoReference
[!:CreateServerSubRegion]