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

The DetailedTransactionInfo 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
Generate a string representation of this TransactionInfo.
(Inherited from TransactionInfo.)

Properties

  NameDescription
BranchQualifier
Returns the branch qualifier of the transaction.
(Inherited from TransactionInfo.)
ConsumerMessages
Get the list of messages that are about to be consumed on commit of this transaction.
FormatId
Returns the format id of the transaction.
(Inherited from TransactionInfo.)
GlobalTransactionId
Returns the global transaction id of the transaction.
(Inherited from TransactionInfo.)
HasTimeout
Returns whether or not this transaction has a timeout associated with it.
ProducerMessages
Get the list of messages that are about to be produced on commit of this transaction.
RemainingTime
Get the remaining time before this transaction times out.
State
Returns the state of the transaction.
(Inherited from TransactionInfo.)

See Also