Responder Developer Guide
Start Method (Program)


Starts the process specified by the StartInfo property.
Syntax
'Declaration
 
Public Sub Start() 
'Usage
 
Dim instance As Program
 
instance.Start()
public void Start()
Exceptions
ExceptionDescription
Miner.Responder.WindowsService.Exceptions.ProgramFailedToStartException 
Remarks

Note that the Start method is asynchronous (it does not wait for the process to successfully initialize). This is the same behavior as the Process.Start 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

Program Class
Program Members

 

 


Send Comment