Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected void EnsureSynchronized(
	bool reload
)

Parameters

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

See Also