ServiceHostBase.CloseTimeout Property
Gets or sets the interval of time allowed for the service host to close.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value, in milliseconds, is less than zero or is larger than MaxValue (2,147,483,647 or, in hexadecimal notation, 0X7FFFFFFF). |
| InvalidOperationException | The host is in an Opening or Closing state and cannot be modified. |
| 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. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.