Click or drag to resize
LocalRegion<TKey, TValue>.CreateSubRegion Method

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public virtual IRegion<TKey, TValue> CreateSubRegion(
	string subRegionName,
	RegionAttributes<TKey, TValue> attributes
)

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