HostElement.Timeouts Свойство

Определение

Возвращает элемент конфигурации, в котором указывается интервал времени, в течение которого разрешено открытие или закрытие узла службы.

public:
 property System::ServiceModel::Configuration::HostTimeoutsElement ^ Timeouts { System::ServiceModel::Configuration::HostTimeoutsElement ^ get(); };
[System.Configuration.ConfigurationProperty("timeouts", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.HostTimeoutsElement Timeouts { get; }
[<System.Configuration.ConfigurationProperty("timeouts", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.Timeouts : System.ServiceModel.Configuration.HostTimeoutsElement
Public ReadOnly Property Timeouts As HostTimeoutsElement

Значение свойства

Элемент конфигурации, задающий допустимый интервал времени для открытия или закрытия узла службы.

Атрибуты

Применяется к