[TIBCO.EMS .NET client library 5.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Create a queue connection object for a specific user.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public QueueConnection CreateQueueConnection( string userName, string password ) |
Public Function CreateQueueConnection ( _ userName As String, _ password As String _ ) As QueueConnection |
public: QueueConnection^ CreateQueueConnection( 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.