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 ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา