Click or drag to resize

ContinuousQueryCacheInstantiateAddListener Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Instantiate an ICacheListener for adding items to the query, and (if there are listeners on the ContinuousQueryCache) for dispatching inserts and updates.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual ICacheListener InstantiateAddListener()

Return Value

Type: ICacheListener
A new ICacheListener that will add items to and update items in the ContinuousQueryCache.
See Also