Compartir a través de


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

Definición

Intente anexar un intervalo de entradas de registro de forma atómica en la posición actual del registro.

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

Parámetros

logEntries
IEnumerable<TLogEntry>

Devoluciones

true si las entradas se anexaron correctamente o false si se produjo un conflicto de simultaneidad (es decir, otras entradas se anexaron anteriormente).

Implementaciones

Se aplica a