ESRI.ArcGIS.ADF.IMS
Save Method
See Also 
ESRI.ArcGIS.ADF.IMS.Administration Namespace > Service Class : Save Method




host
Host where you want the service stopped.
port
Port that the ArcIMS Application Server is listening.
user
ArcIMS administrative user account.
password
ArcIMS administrative account password
Saves and serializes the current ArcIMS Application Server settings.

Syntax

Visual Basic (Declaration) 
Public Shared Sub Save( _
   ByVal host As String, _
   ByVal port As Integer, _
   ByVal user As String, _
   ByVal password As String _
) 
Visual Basic (Usage)Copy Code
Dim host As String
Dim port As Integer
Dim user As String
Dim password As String
 
Service.Save(host, port, user, password)
C# 
public static void Save( 
   string host,
   int port,
   string user,
   string password
)

Parameters

host
Host where you want the service stopped.
port
Port that the ArcIMS Application Server is listening.
user
ArcIMS administrative user account.
password
ArcIMS administrative account password

See Also

© 2010 All Rights Reserved.