[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Note:
The TopicSession class is for backwards compatibility to support older clients.
New clients should use the Session class.
A TopicSession object provides methods for creating TopicPublisher,
TopicSubscriber.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
Remarks

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