Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Return a reconnection interval (in milliseconds).

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

Syntax

C#
public virtual long ReconnectInterval { get; set; }

Field Value

A reconnection interval (in milliseconds). The value of zero means that the ContinuousQueryCache cannot be used when not connected.

Remarks

This value indicates the period in which re-synchronization with the underlying cache will be delayed in the case the connection is severed. During this time period, local content can be accessed without triggering re-synchronization of the local content.

See Also