This documentation is archived and is not being maintained.
ServiceHostBase::CloseTimeout Property
Visual Studio 2010
Gets or sets the interval of time allowed for the service host to close.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::TimeSpanThe Timespan that specifies the interval of time allowed for the service host to close.
| 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: