The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ServiceHostBase.OpenTimeout Property
.NET Framework 3.0
Gets or sets the interval of time allowed for the service host to open.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in system.servicemodel.dll)
Assembly: System.ServiceModel (in system.servicemodel.dll)
/** @property */ public TimeSpan get_OpenTimeout () /** @property */ public void set_OpenTimeout (TimeSpan value)
public function get OpenTimeout () : TimeSpan public function set OpenTimeout (value : TimeSpan)
Not applicable.
Property Value
The Timespan that specifies the interval of time allowed for the service host to open.| Exception type | Condition |
|---|---|
| The value is less than zero or is larger than MaxValue (2,147,483,647 or, in hexidecimal notation, 0X7FFFFFFF). | |
| The host is in an Opening or Closing state and cannot be modified. | |
| The host is already in a Closed state and cannot be modified. | |
| The host is in a Faulted state and cannot be modified. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, 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.