IGISServerConnection2 Interface

Provides access to methods that connect a specified user to an ArcGIS server.

Description

This interface is new at ArcGIS 9.3. It supersedes IGISServerConnection.

Members

Name Description
Method Connect Connects to the GIS server specified by the machineName.
Method Connect2 Connects the user specified by userInfo to the GIS server given by machineName.
Read-only property ServerObjectAdmin The server object admin for the connected GIS server.
Read-only property ServerObjectManager The server object manager for the connected GIS server.

IGISServerConnection2.Connect2 Method

Connects the user specified by userInfo to the GIS server given by machineName.

Public Sub Connect2 ( _
    ByVal UserInfo As String, _
    ByVal MachineName As String _
)
public void Connect2 (
    string UserInfo,
    string MachineName
);

Inherited Interfaces

Interfaces Description
IGISServerConnection Provides access to members that connect to a GIS server.

Classes that implement IGISServerConnection2

Classes Description
GISServerConnection The ServerConnection object for connecting to the GIS server and getting the ServerObjectManager and ServerObjectAdmin.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.