Compartir a través de


ILogViewUpdate<TLogEntry>.TryAppend(TLogEntry) Método

Definición

Intente anexar una única entrada de registro en la posición actual del registro.

public System.Threading.Tasks.Task<bool> TryAppend (TLogEntry entry);
abstract member TryAppend : 'LogEntry -> System.Threading.Tasks.Task<bool>
Public Function TryAppend (entry As TLogEntry) As Task(Of Boolean)

Parámetros

entry
TLogEntry

Devoluciones

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

Se aplica a