Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
System.Transactions
 TransactionStatus Enumeration

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
.NET Framework Class Library
TransactionStatus Enumeration

Note: This enumeration is new in the .NET Framework version 2.0.

Describes the current status of a distributed transaction.

Namespace: System.Transactions
Assembly: System.Transactions (in system.transactions.dll)

Visual Basic (Declaration)
Public Enumeration TransactionStatus
Visual Basic (Usage)
Dim instance As TransactionStatus
C#
public enum TransactionStatus
C++
public enum class TransactionStatus
J#
public enum TransactionStatus
JScript
public enum TransactionStatus
 Member nameDescription
AbortedThe transaction has been rolled back. 
ActiveThe status of the transaction is unknown, because some participants must still be polled. 
CommittedThe transaction has been committed. 
InDoubtThe status of the transaction is unknown. 

Members of this enumeration are used to indicate the current status of a transaction.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker