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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.