Click or drag to resize
AuthenticatedCacheGetRegionTKey, TValue 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> GetRegion<TKey, TValue>(
	string path
)

Parameters

path
Type: SystemString

Type Parameters

TKey
TValue

Return Value

Type: IRegionTKey, TValue

Implements

IRegionServiceGetRegionTKey, TValue(String)
See Also