Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

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