Responder Developer Guide
OnStop Method (ResponderService)


Executes when a Stop command is sent to the service by the Service Control Manager (SCM). Specifies actions to take when a service stops running.
Syntax
'Declaration
 
Protected Overrides Sub OnStop() 
'Usage
 
Dim instance As ResponderService
 
instance.OnStop()
protected override void OnStop()
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