TryAppend(TLogEntry)
public Task<bool> PrimaryBasedLogViewAdaptor<TLogView, TLogEntry, TryAppend(TLogEntry logEntry) Try to append a single log entry at the current position of the log.
Parameters
logEntryTLogEntry
Returns
true if the entry was appended successfully, or false if there was a concurrency conflict (i.e. some other entries were previously appended).
