[TIBCO.EMS .NET client library 7.0 documentation]

Connection factory class for creating EMSDTCConnection's and subsequently EMSMSDTCSession's for participating in MSDTC distributed transactions.

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

Syntax

public class EMSDTCConnectionFactory : XAConnectionFactory
Public Class EMSDTCConnectionFactory _
	Inherits XAConnectionFactory
public ref class EMSDTCConnectionFactory : public XAConnectionFactory

Remarks

An EMSDTCConnectionFactory differs from the regular ConnectionFactory in that it supports the creation of EMSDTCConnections. EMSDTCConnections can then be used to create EMSDTCSessions and only producers/consumers created on the EMSDTCSessions are allowed to participate in MSDTC Transactions. Regular Connections, Sessions and producers/consumers created off these regular sessions cannot participate in MSDTC Transactions.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS..::.CFImpl
    TIBCO.EMS..::.XAConnectionFactory
      TIBCO.EMS..::.EMSDTCConnectionFactory

See Also