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:
 property System::IO::Log::SequenceNumber LastSequenceNumber { System::IO::Log::SequenceNumber get(); };
public System.IO.Log.SequenceNumber LastSequenceNumber { get; }
member this.LastSequenceNumber : System.IO.Log.SequenceNumber
Public ReadOnly Property LastSequenceNumber As SequenceNumber

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