Edit

Share via


ILogViewRead<TView,TLogEntry>.UnconfirmedSuffix Property

Definition

A list of the submitted entries that do not yet appear in the confirmed prefix.

public System.Collections.Generic.IEnumerable<TLogEntry> UnconfirmedSuffix { get; }
member this.UnconfirmedSuffix : seq<'LogEntry>
Public ReadOnly Property UnconfirmedSuffix As IEnumerable(Of TLogEntry)

Property Value

IEnumerable<TLogEntry>

Applies to