Click or drag to resize
AttributesMutatorSetCacheListener Method (String, String)
Sets the library path for the library that will be invoked for the listener of the region. The previous cache listener will be replaced with a listener created using the factory function provided in the given library.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void SetCacheListener(
	string libPath,
	string factoryFunctionName
)

Parameters

libPath
Type: SystemString
library pathname containing the factory function.
factoryFunctionName
Type: SystemString
Name of factory function that creates a CacheListener for a native library, or the name of the method in the form {Namespace}.{Class Name}.{Method Name} that creates an ICacheListener for a managed library.
See Also