[TIBCO.EMS .NET client library 5.1 documentation]

Backward compatibility. Administered object for creating topic connections.

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

Syntax

[SerializableAttribute]
public class TopicConnectionFactory : ConnectionFactory, 
	ISerializable, ICloneable
<SerializableAttribute> _
Public Class TopicConnectionFactory _
	Inherits ConnectionFactory _
	Implements ISerializable, ICloneable
[SerializableAttribute]
public ref class TopicConnectionFactory : public ConnectionFactory, 
	ISerializable, ICloneable

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..::.CFImpl
    TIBCO.EMS..::.ConnectionFactory
      TIBCO.EMS..::.TopicConnectionFactory
        TIBCO.EMS..::.FederatedTopicConnectionFactory

See Also