ContinuousQueryCacheIsEventDeferred Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Called when an event has occurred.
            
 
    Namespace: 
   Tangosol.Net.Cache
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected bool IsEventDeferred(
	Object key
)
Parameters
- key
 - Type: SystemObject
            The key that the event is related to.
             
Return Value
Type: 
Booleantrue if the event processing has been deferred.
            
Remarks
            Allows the key to be logged as requiring deferred
            synchronization if the event occurs during the configuration or
            population of the ContinuousQueryCache.
            
See Also