[TIBCO.EMS .NET client library 7.0 documentation]

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

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

See Also