ArcFM Server Developer Guide
Run Method


An array of ServiceBase instances, which indicate services to start. (must not be null)
The command line arguments for the service. (may be null)
The installer class if self-installation is supported. (may be null)
Provides additional services on top of the ServiceBase.Run() method.
Syntax
'Declaration
 
Public Shared Sub Run( _
   ByVal services() As ServiceBase, _
   ByVal args() As String, _
   ByVal installerType As Type _
) 
'Usage
 
Dim services() As ServiceBase
Dim args() As String
Dim installerType As Type
 
ServiceProcessHelper.Run(services, args, installerType)
public static void Run( 
   ServiceBase[] services,
   string[] args,
   Type installerType
)

Parameters

services
An array of ServiceBase instances, which indicate services to start. (must not be null)
args
The command line arguments for the service. (may be null)
installerType
The installer class if self-installation is supported. (may be null)
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

ServiceProcessHelper Class
ServiceProcessHelper Members

 

 


Send Comment