LogRecord Class
Represents an unstructured log record delivered as a COM+ CrmLogRecordRead structure. This class cannot be inherited.
For a list of all members of this type, see LogRecord Members.
System.Object
System.EnterpriseServices.CompensatingResourceManager.LogRecord
[Visual Basic] NotInheritable Public Class LogRecord [C#] public sealed class LogRecord [C++] public __gc __sealed class LogRecord [JScript] public class LogRecord
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
Unstructured log records are delivered as a COM+ CrmLogRecordRead structure. In addition to the user data (a single blob) this contains additional fields which are useful for debugging or fault finding. The Flags field is a bit field that provides further information about whether this record was forgotten at some point, and when it was written. The Sequence field provides the sequence number of the log record. In most cases, sequence numbers are sequential but are not necessarily contiguous due to internal log records that are not delivered to the Compensating Resource Manager (CRM) Compensator.
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
LogRecord Members | System.EnterpriseServices.CompensatingResourceManager Namespace