Compartilhar via


PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.SubmitRange Método

Definição

Envie um intervalo de entradas de log a serem acrescentadas atomicamente ao log global, seja na posição atual ou posterior.

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))

Parâmetros

logEntries
IEnumerable<TLogEntry>

Implementações

Aplica-se a