Click or drag to resize

ContinuousQueryCacheInstantiateEventRouter Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Instantiate a listener on the internal cache that will direct events to the passed listener, either synchronously or asynchronously as appropriate.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual ContinuousQueryCacheEventRouter InstantiateEventRouter(
	ICacheListener listener,
	bool fLite
)

Parameters

listener
Type: Tangosol.Net.CacheICacheListener
The listener to route to.
fLite
Type: SystemBoolean
true to indicate the the event objects passed to the listener does not have to include old or new values in order to allow optimizations.

Return Value

Type: ContinuousQueryCacheEventRouter
A new EventRouter specific to the passed listener.
See Also