HostTimeoutsElement::OpenTimeout Property

 

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

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

public:
[ConfigurationPropertyAttribute("openTimeout", DefaultValue = "00:01:00")]
property TimeSpan OpenTimeout {
	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 open.

.NET Framework
Available since 3.0
Return to top
Show: