Click or drag to resize

ContinuousQueryCacheEnsureSynchronized Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Ensure that the ContinousQueryCache listeners have been registered and its content synchronized with the underlying INamedCache.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected void EnsureSynchronized(
	bool reload
)

Parameters

reload
Type: SystemBoolean
The value to pass to the ConfigureSynchronization(Boolean) method if the ContinousQueryCache needs to be configured and synchronized.
See Also