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

Construct an EventRouter to route events from the internal cache of the ContinuousQueryCache to the client listeners.

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

Syntax

C#
public EventRouter(
	ContinuousQueryCache parentQueryCache,
	ICacheListener listener
)

Parameters

parentQueryCache
Type: Tangosol.Net.Cache..::.ContinuousQueryCache
Parent cache instance.
listener
Type: Tangosol.Net.Cache..::.ICacheListener
A client listener.

See Also