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

Basic .NET style ICacheListener implementation.

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

Syntax

C#
public class DelegatingCacheListener : ICacheListener

Remarks

This class allows users to register for cache events using .NET-style event/delegate mechanism. When it recieves cache event, it will raise the corresponding .NET event.

Inheritance Hierarchy

System..::.Object
  Tangosol.Net.Cache.Support..::.DelegatingCacheListener
    Tangosol.Net.Cache.Support..::.WindowsFormsCacheListener

See Also