ContinuousQueryCacheReconnectInterval Property  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Return a reconnection interval (in milliseconds).
            
 
    Namespace: 
   Tangosol.Net.Cache
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic 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