Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Ensures that any event handling code that needs to run as a response to a cache event is executed on the WPF UI thread.

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

Syntax

C#
public class WpfCacheListener : DelegatingCacheListener, 
	ICacheListener

Remarks

This class allows end users to handle Coherence cache events which are always raised from a background thread, as if they were raised within the WPF UI thread. This class will ensure that the call is properly marshalled and executed on the WPF UI thread.

Inheritance Hierarchy

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

See Also