Partilhar via


ILogViewUpdate<TLogEntry>.TryAppendRange Método

Definição

Tente acrescentar um intervalo de entradas de log atomicamente na posição atual do log.

public System.Threading.Tasks.Task<bool> TryAppendRange (System.Collections.Generic.IEnumerable<TLogEntry> entries);
abstract member TryAppendRange : seq<'LogEntry> -> System.Threading.Tasks.Task<bool>
Public Function TryAppendRange (entries As IEnumerable(Of TLogEntry)) As Task(Of Boolean)

Parâmetros

entries
IEnumerable<TLogEntry>

Retornos

true se as entradas foram acrescentadas com êxito ou false se houve um conflito de simultaneidade (ou seja, algumas outras entradas foram acrescentadas anteriormente).

Aplica-se a