ILogViewUpdate<TLogEntry>.TryAppend(TLogEntry) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Essayez d’ajouter une seule entrée de journal à la position actuelle du journal.
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)
Paramètres
- entry
- 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).