Click or drag to resize
RegionCreateSubRegion Method
Creates a subregion with the given name and attributes.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public Region CreateSubRegion(
	string subRegionName,
	RegionAttributes attributes
)

Parameters

subRegionName
Type: SystemString
new subregion name
attributes
Type: GemStone.GemFire.CacheRegionAttributes
subregion attributes

Return Value

Type: Region
new subregion
See Also

Reference

[!:CreateServerSubRegion]