OpenConnection(String) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Opens a new IPubSubConnection to the local PubSub engine with the provided application name.
IPubSubConnection OpenConnection(
string applicationName
)
IPubSubConnection^ OpenConnection(
String^ applicationName
)
Parameters
- applicationName
- A string identifier for this connection. If blank, the value appnameGlobal plus the connection number will be used.
Return Value
A new IPubSubConnection instance.