ServiceHostBase::OpenTimeout Property
.NET Framework (current version)
Gets or sets the interval of time allowed for the service host to open.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value is less than zero or is larger than MaxValue (2,147,483,647 or, in hexadecimal notation, 0X7FFFFFFF). |
| InvalidOperationException | |
| ObjectDisposedException | The host is already in a Closed state and cannot be modified. |
| CommunicationObjectFaultedException | The host is in a Faulted state and cannot be modified. |
.NET Framework
Available since 3.0
Available since 3.0
Show: