TransactionFaultInjectPhase Enum
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.
C#
public enum TransactionFaultInjectPhase
C#
[Orleans.GenerateSerializer]
public enum TransactionFaultInjectPhase
type TransactionFaultInjectPhase =
[<Orleans.GenerateSerializer>]
type TransactionFaultInjectPhase =
Public Enum TransactionFaultInjectPhase
- Inheritance
-
TransactionFaultInjectPhase
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | |
AfterCommitReadOnly | 1 | |
AfterPrepare | 2 | |
AfterPrepareAndCommit | 3 | |
AfterAbort | 4 | |
AfterPrepared | 5 | |
AfterCancel | 6 | |
AfterConfirm | 7 | |
AfterPing | 8 | |
BeforeConfirm | 9 | |
BeforePrepare | 10 | |
BeforePrepareAndCommit | 11 |
Toode | Versioonid |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |