Create a new xiqs server connection binding at specified remote address/port.
Namespace: com.iqsim.xiqsAssembly: xiqscom (in xiqscom.dll) Version: 1.0.4841.26741
Syntax
public static IXConnection CreateConnection( string address, int port )
Parameters
- address
- Type:
System String
a remote xiqs server address
- port
- Type:
System Int32
a remote xiqs server port
Return Value
a xiqs server connectionSee Also