ILogViewUpdate<TLogEntry>.SubmitRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Submit a range of log entries to be appended atomically to the global log, either at the current or at any later position.
public void SubmitRange (System.Collections.Generic.IEnumerable<TLogEntry> entries);
abstract member SubmitRange : seq<'LogEntry> -> unit
Public Sub SubmitRange (entries As IEnumerable(Of TLogEntry))
Parameters
- entries
- IEnumerable<TLogEntry>