Click or drag to resize
RegionEntryTKey, TValueRegion Property
Returns the region that contains this entry.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public IRegion<TKey, TValue> Region { get; }

Return Value

Type: IRegionTKey, TValue
the region that contains this entry
Exceptions
ExceptionCondition
CacheClosedException if the cache is closed at the time of invocation
EntryDestroyedException if the entry has been destroyed
See Also