Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Basic .NET style ICacheListener implementation.

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

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