FileRecordSequence.LastSequenceNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the sequence number which is greater than the last record appended.
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
A sequence number which is greater than the last record appended.
Implements
Exceptions
The property was accessed after the sequence has been disposed of.
Remarks
This property contains a sequence number that is guaranteed to be larger than the sequence number of the last appended record. Valid sequence numbers are greater than or equal to BaseSequenceNumber and less than LastSequenceNumber. All other sequence numbers are invalid.