This documentation is archived and is not being maintained.
LogRecordEnumeratorType Enumeration
Visual Studio 2010
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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: