[This is preliminary documentation and subject to change]
This property specifies how long, in minutes, a worker process should run idle if no new requests are recieved and the worker process is not processing requests, after which the worker process should request to be shutdown by WAS.
Note
If the value of this property is less than
the value of PeriodicRestartTime then IIS sets both properties to their
default values.
| Attribute Name | Attribute Value |
| Data Type | DWORD |
| Attributes | INHERIT |
| Default Value | 10 |
| MetaFlagsEx | CACHE_PROPERTY_MODIFIED | WAS_NOTIFICATION |
| User Type | IIS_MD_UT_SERVER |
| StartingNumber | |
| EndingNumber | 0 |
| ID | 9005 |
This property is accessible at the following locations:
| Metabase Path | IIS Admin Object Type |
| /LM/W3SVC/AppPools | IIsApplicationPools |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
| Metabase identifier | MD_APPPOOL_IDLE_TIMEOUT |
| Data type | DWORD |
| User type | IIS_MD_UT_SERVER |