Click or drag to resize
ConnectionPolicyPingTimeout Property
The amount of time to wait for a response to a server ping, in seconds. Set to zero to disable validation of server pings.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public int PingTimeout { get; set; }

Property Value

Type: Int32
Remarks
If server pings are enabled and the server fails to response within the specified timeout, the connection to that server will be considered lost.
See Also