PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.SubmitRange Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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>