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