PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.RetrieveLogSegment Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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>>