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