This document is archived and information here might be outdated. Recommended version. |
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