This documentation is archived and is not being maintained.
LogRecordEnumeratorType Enumeration
Visual Studio 2008
Specifies the manner in which records should be read from a LogRecordSequence.
Assembly: System.IO.Log (in System.IO.Log.dll)
| Member name | Description | |
|---|---|---|
| User | Records should be read in the order specified by the User sequence number of the log record. | |
| Previous | Records should be read in the order specified by the Previous sequence number of the log record. | |
| Next | Records should be read in the order in which they were appended to the sequence. |
This enumeration is provided to the ReadLogRecords method to control the order in which records should be read. Each value corresponds to one of the metadata sequence numbers stored in a log record.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: