Click or drag to resize
RegionAttributesTKey, TValueCacheListener Property
Gets the cache listener for the region.

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

Return Value

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