RecycleAppProvider.

Timeout Property

Summary

Amount of time, in milliseconds, to wait for an application pool to recycle, start or stop. To return immediately after requesting the operation (without waiting for completion), specify zero. To use the application pool's startupTimeLimit and shutdownTimeLimit (or the sum of their values in the case of a recycle), specify -1. The default value is -1.

Syntax

public Nullable<int> Timeout { get; set; }

Value

Type Description
Nullable<int>