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