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