Compartilhar via


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

Definição

Tente acrescentar uma única entrada de log na posição atual do log.

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

Parâmetros

logEntry
TLogEntry

Retornos

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

Implementações

Aplica-se a