Edit

Share via


PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.SubmitRange Method

Definition

Submit a range of log entries to be appended atomically to the global log, either at the current or at any later position.

public void SubmitRange (System.Collections.Generic.IEnumerable<TLogEntry> logEntries);
abstract member SubmitRange : seq<'LogEntry (requires 'LogEntry : null)> -> unit
override this.SubmitRange : seq<'LogEntry (requires 'LogEntry : null)> -> unit
Public Sub SubmitRange (logEntries As IEnumerable(Of TLogEntry))

Parameters

logEntries
IEnumerable<TLogEntry>

Implements

Applies to