ContinuousQueryCacheEventRouter Constructor  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Construct an 
EventRouter to route events from the
            internal cache of the 
ContinuousQueryCache to
            the client listeners.
            
 
    Namespace: 
   Tangosol.Net.Cache
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic EventRouter(
	ContinuousQueryCache parentQueryCache,
	ICacheListener listener,
	bool fLite
)
Parameters
- parentQueryCache
 - Type: Tangosol.Net.CacheContinuousQueryCache
            Parent cache instance.
             - listener
 - Type: Tangosol.Net.CacheICacheListener
            A client listener.
             - fLite
 - Type: SystemBoolean
            true to indicate the the event objects passed to the listener does
            not have to include old or new values in order to allow optimizations.
             
See Also