Icon RemotePing Property

property RemotePing: Boolean

Usage

Use the RemotePing property to enable or disable pinging to an ElevateDB Server. Pinging the server allows for the use of a smaller dead session expiration time on the server and can be used to prevent dangling locks when a client workstation shuts down and leaves an open session on the server.

The default value is True.

When the RemotePing property is set to True, the remote session will ping the server according to the interval in seconds specified by the RemotePingInterval property. This property only applies to remote sessions where the SessionType property is set to stRemote.
Image