Responder Developer Guide
OnStart Method (ResponderService)


Data passed by the start command.
Executes when a Start command is sent to the service by the Service Control Manager (SCM) or when the operating system starts (for a service that starts automatically). Specifies actions to take when the service starts.
Syntax
'Declaration
 
Protected Overrides Sub OnStart( _
   ByVal args() As String _
) 
'Usage
 
Dim instance As ResponderService
Dim args() As String
 
instance.OnStart(args)
protected override void OnStart( 
   string[] args
)

Parameters

args
Data passed by the start command.
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