ContinuousQueryCacheDeactivationListener Constructor |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Constructs the DeactivationListener with a reference to this
ContinuousQueryCache
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic DeactivationListener(
ContinuousQueryCache parentContinuousQueryCache
)
Parameters
- parentContinuousQueryCache
- Type: Tangosol.Net.CacheContinuousQueryCache
The ContinuousQueryCache associated with this listener.
See Also