Click or drag to resize
CacheCreateRegionTKey, TValue Method

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

Parameters

name
Type: SystemString
attributes
Type: GemStone.GemFire.Cache.GenericRegionAttributesTKey, TValue

Type Parameters

TKey
TValue

Return Value

Type: IRegionTKey, TValue
See Also