Starts an ArcIMS service.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim host As String
Dim port As Integer
Dim serviceName As String
Dim user As String
Dim password As String
Service.StartService(host, port, serviceName, user, password) |
Parameters
- host
- Host where you want the service started.
- port
- Port that the ArcIMS Application Server is listening.
- serviceName
- Name of the service to start.
- user
- ArcIMS administrative account user.
- password
- ArcIMS administrative account password
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also