Create a new xiqs server connection binding at specified remote address/port.
The "cid" attribute will be used to avoid login step while reusing an
already active xiqs session.
Namespace: com.iqsim.xiqsAssembly: xiqscom (in xiqscom.dll) Version: 1.0.4841.26741
Syntax
public static IXConnection CreateConnection( string address, int port, string cid )
Parameters
- address
- Type:
System String
a remote xiqs server address
- port
- Type:
System Int32
a remote xiqs server port
- cid
- Type:
System String
a "cid" attribute to reuse for the new connection
Return Value
a xiqs server connectionSee Also