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

Backward compatibility. Administered object for creating topic connections.

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

Syntax

[SerializableAttribute]
public class TopicConnectionFactory : ConnectionFactory
<SerializableAttribute> _
Public Class TopicConnectionFactory _
	Inherits ConnectionFactory
[SerializableAttribute]
public ref class TopicConnectionFactory : public ConnectionFactory

Remarks

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

A client uses a TopicConnectionFactory object to create TopicConnection objects with the EMS Server.

This class is provided only to support older clients. New clients should use the ConnectionFactory object.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS.UFO..::.CFImpl
    TIBCO.EMS.UFO..::.ConnectionFactory
      TIBCO.EMS.UFO..::.TopicConnectionFactory

See Also