LdapSessionOptions.PingWaitTimeout Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The PingWaitTimeout property contains a TimeSpan object that specifies the number of milliseconds that the client waits for the response to come back after sending a ping.
public:
 property TimeSpan PingWaitTimeout { TimeSpan get(); void set(TimeSpan value); };public TimeSpan PingWaitTimeout { get; set; }member this.PingWaitTimeout : TimeSpan with get, setPublic Property PingWaitTimeout As TimeSpanProperty Value
A TimeSpan object that specifies the number of milliseconds that the client waits for the response to come back after sending a ping.
Exceptions
The LdapConnection object is already disposed.
The specified time span is less than Zero.