Attempt to connect to a server

Namespace: SynergyClientAPI
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function Connect( _ 
ByVal address As String
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse Connect( 
string address 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ Connect( 
String^ address 
)
This language is not supported or no code example is available.
public static function Connect( 
address : String 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

address
Type: string

the address of the server. This should be the address if using port 1212, or address:port if using a different port number

Return Value

Type: OperationResponse

An OperationResponse object to indicate the result of the operation

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1