TransactionStatus Enum
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.
Indicates the transaction status.
public enum class TransactionStatus
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum TransactionStatus
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type TransactionStatus =
Public Enum TransactionStatus
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Commited | 0 | The transaction has committed. |
LocallyOk | 1 | The transaction has neither committed nor aborted. |
NoTransaction | 2 | No transactions are being used through Enter(ServiceConfig). |
Aborting | 3 | The transaction is in the process of aborting. |
Aborted | 4 | The transaction is aborted. |
Remarks
TransactionStatus is the value returned by Leave.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.