Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Region CreateRegion(
string name,
RegionAttributes attributes
)
Public Function CreateRegion (
name As String,
attributes As RegionAttributes
) As Region
public:
virtual Region^ CreateRegion(
String^ name,
RegionAttributes^ attributes
) sealed
abstract CreateRegion :
name : string *
attributes : RegionAttributes -> Region
override CreateRegion :
name : string *
attributes : RegionAttributes -> Region
Parameters
- name
- Type: SystemString
- attributes
- Type: GemStone.GemFire.CacheRegionAttributes
Return Value
Type:
Region
See Also