Click or drag to resize

ContinuousQueryCacheIsEventDeferred Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Called when an event has occurred.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected bool IsEventDeferred(
	Object key
)

Parameters

key
Type: SystemObject
The key that the event is related to.

Return Value

Type: Boolean
true 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