CacheListenerSupportAddListenerState Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Add a state information (lite or standard) assosiated with
specified key and listener.
Namespace:
Tangosol.Net.Cache.Support
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected static void AddListenerState(
IDictionary cacheStandardListeners,
Object key,
ICacheListener listener,
bool isLite
)
Parameters
- cacheStandardListeners
- Type: System.CollectionsIDictionary
Dictionary of cache listeners.
- key
- Type: SystemObject
Key that the specified listener should be associated to.
- listener
- Type: Tangosol.Net.CacheICacheListener
Cache listener.
- isLite
- Type: SystemBoolean
true if listener is "lite", false otherwise.
See Also