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

A TopicConnection object is an active connection to a publish/subscribe TIBCO EMS Server.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public class TopicConnection : Connection
Public Class TopicConnection _
	Inherits Connection
public ref class TopicConnection : public Connection

Remarks

Note: This class is provided for backward compatibility to support older EMS clients programs. New clients should use the Connection class instead.

A TopicConnection creates a TopicSession for producing and consuming messages.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS.UFO..::.Connection
    TIBCO.EMS.UFO..::.TopicConnection

See Also