Responder Developer Guide
OnShutdown Method (ResponderService)


Executes when the system is shutting down. Specifies what should happen immediately prior to the system shutting down.
Syntax
'Declaration
 
Protected Overrides Sub OnShutdown() 
'Usage
 
Dim instance As ResponderService
 
instance.OnShutdown()
protected override void OnShutdown()
Remarks
During windows shutdown the Service OnStop is not called, so we need to put shutdown code in the (aptly named) OnShutdown method.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ResponderService Class
ResponderService Members

 

 


Send Comment