Click or drag to resize
RegionFactorySetCacheListener Method (ICacheListener)
Sets the CacheListener for the RegionAttributes being created.

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

Parameters

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

Return Value

Type: RegionFactory
the instance of RegionFactory
See Also