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

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

Syntax

C#
protected virtual ContinuousQueryCache..::.EventRouter InstantiateEventRouter(
	ICacheListener listener
)

Parameters

listener
Type: Tangosol.Net.Cache..::.ICacheListener
The listener to route to.

Return Value

A new EventRouter specific to the passed listener.

See Also