LogRecordFlags Enumeration
.NET Framework (current version)
Describes the origin of a Compensating Resource Manager (CRM) log record.
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 | |
|---|---|---|
| ForgetTarget | Indicates the delivered record should be forgotten. | |
| ReplayInProgress | Log record was written when replay was in progress. | |
| WrittenDuringAbort | Log record was written during abort. | |
| WrittenDuringCommit | Log record was written during commit. | |
| WrittenDuringPrepare | Log record was written during prepare. | |
| WrittenDuringReplay | Log record was written during replay. | |
| WrittenDurringRecovery | Log record was written during recovery. |
.NET Framework
Available since 1.1
Available since 1.1
Show: