Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Check whether or not an ICacheListener has to be instantiated and added to an ICache according to a scheme definition.

Namespace: Tangosol.Net
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected virtual void VerifyCacheListener(
	DefaultConfigurableCacheFactory..::..CacheInfo info,
	ICache cache,
	IXmlElement xmlScheme
)

Parameters

info
Type: Tangosol.Net..::..DefaultConfigurableCacheFactory..::..CacheInfo
The cache info.
cache
Type: Tangosol.Net.Cache..::..ICache
The ICache to add a listener to.
xmlScheme
Type: Tangosol.Run.Xml..::..IXmlElement
The corresponding scheme.

Exceptions

ExceptionCondition
System..::..ArgumentException If the listener is required, but the cache does not implement the IObservableCache interface or if the listener cannot be instantiated.

See Also