CacheListenerSupportAddListenerState Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
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