PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.TryAppend 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 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).