DirectorySearcher.ClientTimeout Property
.NET Framework 2.0
Gets or sets the maximum amount of time that the client waits for the server to return results. If the server does not respond within this time, the search is aborted and no results are returned.
Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in system.directoryservices.dll)
Assembly: System.DirectoryServices (in system.directoryservices.dll)
/** @property */ public TimeSpan get_ClientTimeout () /** @property */ public void set_ClientTimeout (TimeSpan value)
public function get ClientTimeout () : TimeSpan public function set ClientTimeout (value : TimeSpan)
Property Value
A TimeSpan structure that contains the maximum amount of time for the client to wait for the server to return results. The default value is -1 second, which means to wait indefinitely.The minimum resolution of this property is one second. Fractions of seconds are ignored.
If the ServerTimeLimit is reached before the client times out, the server returns its results and the client stops waiting. The maximum server time limit is 120 seconds.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.