Partager via


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

Définition

Essayez d’ajouter une entrée de journal unique à la position actuelle du journal.

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)

Paramètres

logEntry
TLogEntry

Retours

true si l’entrée a été ajoutée avec succès, ou false en cas de conflit d’accès concurrentiel (c’est-à-dire que d’autres entrées ont été ajoutées précédemment).

Implémente

S’applique à