ArcObjects Library Reference (Server)  

IGISServerConnection2.Connect2 Method

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

[Visual Basic .NET]
Public Sub Connect2 ( _
    ByVal UserInfo As String, _
    ByVal MachineName As String _
)
[C#]
public void Connect2 (
    string UserInfo,
    string MachineName
);
[C++]
HRESULT Connect2(
  BSTR UserInfo,
  BSTR MachineName
);
[C++]

Parameters

UserInfo [in]   UserInfo is a parameter of type BSTR MachineName [in]   MachineName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGISServerConnection2 Interface