Share via


ApplicationPoolProcessModel.ShutdownTimeLimit Property

Definition

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.

Applies to