ILogViewRead<TView,TLogEntry>.RetrieveLogSegment(Int32, Int32) 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.
Tentative de récupération d’un segment du journal, éventuellement à partir du stockage. NotSupportedException Lève si le journal ne peut pas être lu, ce qui dépend des fournisseurs utilisés et de la façon dont ils sont configurés.
public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<TLogEntry>> RetrieveLogSegment (int fromVersion, int toVersion);
abstract member RetrieveLogSegment : int * int -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<'LogEntry>>
Public Function RetrieveLogSegment (fromVersion As Integer, toVersion As Integer) As Task(Of IReadOnlyList(Of TLogEntry))
Paramètres
- fromVersion
- Int32
la position de début
- toVersion
- Int32
la position de fin
Retours
Task<IReadOnlyList<TLogEntry>>
a