PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.RetrieveLogSegment Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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))
Paramètres
- fromVersion
- Int32
- length
- Int32
Retours
Task<IReadOnlyList<TLogEntry>>