SystemPropertiesRedundancyMonitorInterval Property |
Returns the time between two consecutive checks for redundancy for HA
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic int RedundancyMonitorInterval { get; }
Public ReadOnly Property RedundancyMonitorInterval As Integer
Get
public:
property int RedundancyMonitorInterval {
int get ();
}
member RedundancyMonitorInterval : int with get
Return Value
Type:
Int32the RedundancyMonitorInterval value
See Also