LogRecordEnumeratorType Enumeration
.NET Framework 3.0
Specifies the manner in which records should be read from a LogRecordSequence.
Namespace: System.IO.Log
Assembly: System.IO.Log (in system.io.log.dll)
Assembly: System.IO.Log (in system.io.log.dll)
| Member name | Description | |
|---|---|---|
| Next | Records should be read in the order in which they were appended to the sequence. | |
| Previous | Records should be read in the order specified by the Previous sequence number of the log record. | |
| User | Records should be read in the order specified by the User sequence number of the log record. |
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 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: