CompensatorOptions Enumeration
.NET Framework (current version)
Specifies flags that control which phases of transaction completion should be received by the Compensating Resource Manager (CRM) Compensator, and whether recovery should fail if questionable transactions remain after recovery has been attempted.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Member name | Description | |
|---|---|---|
| AbortPhase | Represents the abort phase. | |
| AllPhases | Represents all phases. | |
| CommitPhase | Represents the commit phase. | |
| FailIfInDoubtsRemain | Fails if in-doubt transactions remain after recovery has been attempted. | |
| PreparePhase | Represents the prepare phase. |
.NET Framework
Available since 1.1
Available since 1.1
Show: