ApplicationPoolProcessModel.StartupTimeLimit 属性

定义

获取或设置 IIS 等待应用程序池启动的时间段。

public:
 property TimeSpan StartupTimeLimit { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan StartupTimeLimit { get; set; }
member this.StartupTimeLimit : TimeSpan with get, set
Public Property StartupTimeLimit As TimeSpan

属性值

一个 TimeSpan 值,该值指定 IIS 等待应用程序池启动的时间段。 默认值为 1 分 30 秒。

适用于