Click or drag to resize
RegionFactoryCreateTKey, 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> Create<TKey, TValue>(
	string regionName
)

Parameters

regionName
Type: SystemString

Type Parameters

TKey
TValue

Return Value

Type: IRegionTKey, TValue
See Also