Click or drag to resize

ViewBuilderListener Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntax
C#
public ViewBuilder Listener(
	ICacheListener listener
)

Parameters

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

Return Value

Type: ViewBuilder
This ViewBuilder.
See Also