PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.RetrieveLogSegment 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.
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<TLogEntry>> RetrieveLogSegment (int fromVersion, int length);
abstract member RetrieveLogSegment : int * int -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<'LogEntry>>
override this.RetrieveLogSegment : int * int -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<'LogEntry>>
Public Overridable Function RetrieveLogSegment (fromVersion As Integer, length As Integer) As Task(Of IReadOnlyList(Of TLogEntry))
Parameters
- fromVersion
- Int32
- length
- Int32
Returns
Task<IReadOnlyList<TLogEntry>>