[TIBCO.EMS .NET Admin client library 8.1 documentation]

This class represents the a transaction as it is present on the EMS server. In addition to TransactionInfo it contains more detail. Especially about Messages that are part of this transaction.

The DetailedTransactionInfo..::.ProducerMessage type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Gives a string representation of current objects data.
(Overrides DetailedTransactionInfo..::.XAMessage..::.ToString()()().)

Properties

  NameDescription
DestinationName
Get the destination name to which this message was sent.
(Inherited from DetailedTransactionInfo..::.XAMessage.)
MessageID
Get the message ID of this message.
(Inherited from DetailedTransactionInfo..::.XAMessage.)
Timestamp
Get the timestamp, representing the time at which a message was created.
Type
Get the destination type to which this message was sent. All indicates the destination could not be found.
(Inherited from DetailedTransactionInfo..::.XAMessage.)

See Also