Edit

Share via


PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.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 (requires 'LogEntry : null)>
Public ReadOnly Property UnconfirmedSuffix As IEnumerable(Of TLogEntry)

Property Value

IEnumerable<TLogEntry>

Implements

Applies to