How do I capture the Application.Exit event in the Home Server Console?
        Posted  
        
            by Magnus Johansson
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Magnus Johansson
        
        
        
        Published on 2010-05-09T17:33:21Z
        Indexed on 
            2010/05/09
            17:38 UTC
        
        
        Read the original article
        Hit count: 252
        
windows-home-server
I have a WHS Addin, and I now want to do some cleanup whenever the Windows Home Server Console is closed.
I have tried the Application.ApplicationExit event, but it seems it doesn't get fired.
Any ideas?
© Stack Overflow or respective owner