Click or drag to resize
RegionEntryRegion Property
Returns the region that contains this entry.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public Region Region { get; }

Return Value

Type: Region
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