G Guest Sep 22, 2005 #1 I want to detect Windows shutdown event in Windows service. How to do it? Thanks in advance KDV
W Willy Denoyette [MVP] Sep 22, 2005 #2 KDV said: I want to detect Windows shutdown event in Windows service. How to do it? Thanks in advance KDV Click to expand... Override the OnShutDown event handler... Check MSDN for ServiceBase.OnShutDown for more info. Willy.
KDV said: I want to detect Windows shutdown event in Windows service. How to do it? Thanks in advance KDV Click to expand... Override the OnShutDown event handler... Check MSDN for ServiceBase.OnShutDown for more info. Willy.
G Guest Sep 22, 2005 #3 Thanks Willy Denoyette said: Override the OnShutDown event handler... Check MSDN for ServiceBase.OnShutDown for more info. Willy. Click to expand...
Thanks Willy Denoyette said: Override the OnShutDown event handler... Check MSDN for ServiceBase.OnShutDown for more info. Willy. Click to expand...