[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]

Create a topic connection object for a specific user.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.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.

Return Value

The newly created TopicConnection.

See Also