Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
The ICacheListener that will receive all events, including those that result from the initial population of the view.

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

Syntax

C#
public ViewBuilder Listener(
	ICacheListener listener
)

Parameters

listener
Type: Tangosol.Net.Cache..::..ICacheListener
the ICacheListener that will receive all the events from the view, including those corresponding to its initial population.

Return Value

This ViewBuilder.

See Also