Click or drag to resize

ContinuousQueryCacheReconnectInterval Property

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Return a reconnection interval (in milliseconds).

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public virtual long ReconnectInterval { get; set; }

Property Value

Type: Int64
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