Condividi tramite


ILogViewUpdate<TLogEntry>.TryAppendRange Metodo

Definizione

Provare ad aggiungere un intervallo di voci di log in modo atomico nella posizione corrente del 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)

Parametri

entries
IEnumerable<TLogEntry>

Restituisce

true se le voci sono state accodate correttamente o false se si è verificato un conflitto di concorrenza (ad esempio alcune altre voci sono state aggiunte in precedenza).

Si applica a