LogStore.LastSequenceNumber Property

Definition

When overridden in a derived class, gets the sequence number of the next record to be appended to the log store.

public System.IO.Log.SequenceNumber LastSequenceNumber { get; }

Property Value

The sequence number of the next record to be appended to the log store.

Exceptions

The property was accessed after the sequence has been disposed of.

Remarks

Valid sequence numbers are greater than or equal to BaseSequenceNumber and less than LastSequenceNumber.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1