This documentation is archived and is not being maintained.
CompensatorOptions Enumeration
.NET Framework 1.1
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.
[Visual Basic] <Flags> <Serializable> Public Enum CompensatorOptions [C#] [Flags] [Serializable] public enum CompensatorOptions [C++] [Flags] [Serializable] __value public enum CompensatorOptions [JScript] public Flags Serializable enum CompensatorOptions
Members
| Member name | Description | Value |
|---|---|---|
| AbortPhase | Represents the abort phase. | 4 |
| AllPhases | Represents all phases. | 7 |
| CommitPhase | Represents the commit phase. | 2 |
| FailIfInDoubtsRemain | Fails if in-doubt transactions remain after recovery has been attempted. | 16 |
| PreparePhase | Represents the prepare phase. | 1 |
Requirements
Namespace: System.EnterpriseServices.CompensatingResourceManager
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
System.EnterpriseServices.CompensatingResourceManager Namespace
Show: