CacheEventArgsShouldDispatch Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Return true if the provided ICacheListener should receive this event.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic bool ShouldDispatch(
ICacheListener listener
)
Parameters
- listener
- Type: Tangosol.Net.CacheICacheListener
The ICacheListener.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Tangosol.Net.Cache.CacheEventArgs.ShouldDispatch(Tangosol.Net.Cache.ICacheListener)"]
See Also