Creates a subregion with the given name and attributes.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public Region CreateSubRegion( string subRegionName, RegionAttributes attributes ) |
| Visual Basic (Declaration) |
|---|
Public Function CreateSubRegion ( _ subRegionName As String, _ attributes As RegionAttributes _ ) As Region |
| Visual C++ |
|---|
public: Region^ CreateSubRegion ( String^ subRegionName, RegionAttributes^ attributes ) |
Parameters
- subRegionName
- String
new subregion name
- attributes
- RegionAttributes
subregion attributes