LogRecordFlags Enumeration
.NET Framework 2.0
Describes the origin of a Compensating Resource Manager (CRM) log record.
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.EnterpriseServices.CompensatingResourceManagerAssembly: 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. |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: