Click or drag to resize
RegionAttributes.CacheListener Property
Gets the cache listener for the region.

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

Return Value

Type: ICacheListener
region's ICacheListener or null if none
See Also