TransactionInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |