LogRecordEnumeratorType Enumeration
.NET Framework (current version)
Specifies the manner in which records should be read from a LogRecordSequence.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: