[This is preliminary documentation and subject to change]

IdleTimeout

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 Note    If the value of this property is less than the value of PeriodicRestartTime then IIS sets both properties to their default values.

Attribute NameAttribute Value
Data TypeDWORD
AttributesINHERIT
Default Value10
MetaFlagsExCACHE_PROPERTY_MODIFIED | WAS_NOTIFICATION
User TypeIIS_MD_UT_SERVER
StartingNumber
EndingNumber0
ID9005

Access Locations

This property is accessible at the following locations:

Metabase PathIIS Admin Object Type
/LM/W3SVC/AppPoolsIIsApplicationPools

IIS Admin Base Object Information

The following table lists additional information required only for code that uses the IIS Admin Base Object.

Metabase identifier
MD_APPPOOL_IDLE_TIMEOUT
Data typeDWORD
User typeIIS_MD_UT_SERVER

© 1997-2001 Microsoft Corporation. All rights reserved.