Icon RemotePing Property

property RemotePing: Boolean

Usage

Use the RemotePing property to enable or disable pinging to a database server. Pinging the database server allows for the use of a smaller dead session expiration time and can be used to prevent dangling locks when a client workstation shuts down and leaves an open session on the database server. When the RemotePing property is set to True, the remote session will ping the database 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