This document is archived and information here might be outdated. Recommended version. |
Connects to the GIS server specified by the machineName.
[Visual Basic .NET]
Public Sub Connect ( _
ByVal MachineName As String _
)
[C#]
public void Connect (
string MachineName
);
[C++]
HRESULT Connect(
BSTR MachineName
);
[C++] Parameters MachineName [in]
MachineName is a parameter of type BSTR
To succesfully connect to the ArcGIS Server using the Connect method on IGISServerConnection, the user account running the application must be a member of the agsusers user group on the ArcGIS Server.