HostTimeoutsElement::CloseTimeout Property

 

Gets or sets the interval of time allowed for the service host to close.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("closeTimeout", DefaultValue = "00:00:10")]
property TimeSpan CloseTimeout {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

The TimeSpan that specifies the interval of time allowed for the service host to close

.NET Framework
Available since 3.0
Return to top
Show: