Click or drag to resize
AttributesMutatorSetCacheListener Method (ICacheListener)
Sets the CacheListener for the region. The previous cache listener (if any) will be replaced with the given cacheListener.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void SetCacheListener(
	ICacheListener cacheListener
)

Parameters

cacheListener
Type: GemStone.GemFire.CacheICacheListener
user-defined cache listener, or null for no cache listener
See Also