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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.