[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Create a topic connection object for a specific user.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public TopicConnection CreateTopicConnection( string userName, string password ) |
Public Function CreateTopicConnection ( _ userName As String, _ password As String _ ) As TopicConnection |
public: TopicConnection^ CreateTopicConnection( String^ userName, String^ password ) |
Parameters
- userName
- Type: System..::.String
The username to use to create connection.
- password
- Type: System..::.String
Authenticate the user identity with this password.