Compartir a través de


PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.RetrieveLogSegment Método

Definición

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))

Parámetros

fromVersion
Int32
length
Int32

Devoluciones

Task<IReadOnlyList<TLogEntry>>

Implementaciones

Se aplica a