TransactionInformation Class

Definition

Provides additional information regarding a transaction.

public ref class TransactionInformation
public class TransactionInformation
type TransactionInformation = class
Public Class TransactionInformation
Inheritance
TransactionInformation

Remarks

You can query relevant information about a transaction by accessing the TransactionInformation property of the Transaction class. In this way, you can retrieve the status of any transaction object, including the current ambient transaction, by doing a call like Transaction.Current.TransactionInformation.Status.

Properties

CreationTime

Gets the creation time of the transaction.

DistributedIdentifier

Gets a unique identifier of the escalated transaction.

LocalIdentifier

Gets a unique identifier of the transaction.

Status

Gets the status of the transaction.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(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()

Returns a string that represents the current object.

(Inherited from Object)

Applies to