Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Called when an event has occurred.

Namespace: Tangosol.Net.Cache
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected bool IsEventDeferred(
	Object key
)

Parameters

key
Type: System..::..Object
The key that the event is related to.

Return Value

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