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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.