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

A TopicSession object provides methods for creating TopicPublisher, TopicSubscriber.

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

Syntax

public class TopicSession : Session
Public Class TopicSession _
	Inherits Session
public ref class TopicSession : public Session

Remarks

Note: The TopicSession class is for backwards compatibility to support older clients. New clients should use the Session class.

A TopicSession is used for creating Pub/Sub specific objects. In general, use the Session object, and use TopicSession only to support existing code. Using the Session object simplifies the programming model and allows transactions to be used across the two messaging domains

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS.UFO..::.Session
    TIBCO.EMS.UFO..::.TopicSession

See Also