OpenConnection(String,String,Int16) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Opens a new IPubSubConnection to the specified PubSub engine with the provided application name on the same domain.
IPubSubConnection OpenConnection(
string applicationName,
string ipName,
short port
)
IPubSubConnection^ OpenConnection(
String^ applicationName,
String^ ipName,
short port
)
Parameters
- applicationName
- A string identifier for this connection. If blank, the value appnameGlobal plus the connection number will be used.
- ipName
- The IP address or computer name to connect to.
- port
- The port number to use (0 for default).
Return Value
A new IPubSubConnection instance.