ApplicationPoolProcessModel.ShutdownTimeLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the period of time that IIS waits for requests to finish running in a worker process before IIS terminates the worker process.
public:
property TimeSpan ShutdownTimeLimit { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ShutdownTimeLimit { get; set; }
member this.ShutdownTimeLimit : TimeSpan with get, set
Public Property ShutdownTimeLimit As TimeSpan
Property Value
A TimeSpan that specifies the period of time that IIS waits for requests to finish running in a worker process before IIS terminates the worker process. The default is 1 minute, 30 seconds.