Click or drag to resize

IGHAConnectionManagerConnect Method

[This is preliminary documentation and is subject to change.]

Connects to the specified GHA Server

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IGHARemoteObject Connect(
	string ServerName,
	string UserName,
	string Password
)

Parameters

ServerName
Type: SystemString
Name of GHA Server to which to connect
UserName
Type: SystemString
User name to use for the connection
Password
Type: SystemString
Password to use for the connection

Return Value

Type: IGHARemoteObject
GHA Root object if successful. Null if not
See Also