Responder Developer Guide
Run Method (DebugServiceBase)


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
 
DebugServiceBase.Run(services, args, installerType)
public static void Run( 
   ServiceBase[] services,
   string[] args,
   Type installerType
)

Parameters

services
args
installerType
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

DebugServiceBase Class
DebugServiceBase Members

 

 


Send Comment