Determine the last time an Application Pool recycled

Posted by Dani Fischer on Stack Overflow See other posts from Stack Overflow or by Dani Fischer
Published on 2010-03-18T08:17:21Z Indexed on 2010/03/18 8:21 UTC
Read the original article Hit count: 587

Filed under:
|
|
|

I'm writing a .NET service that monitors application pools. based on specific triggers I'm restarting them. However, I do not want to restart them if the trigger occurred before they were recycled for the last time. How can I know the "last recycle time" of an app pool?

© Stack Overflow or respective owner

Related posts about application-pool

Related posts about last