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 | |
---|---|---|
Connect | Connects to the GIS server specified by the machineName. | |
Connect2 | Connects the user specified by userInfo to the GIS server given by machineName. | |
ServerObjectAdmin | The server object admin for the connected GIS server. | |
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. |