ILogViewRead<TView,TLogEntry>.RetrieveLogSegment(Int32, Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Tentare di recuperare un segmento del log, possibilmente dalla risorsa di archiviazione. NotSupportedException Genera un'eccezione se il log non può essere letto, che dipende dai provider usati e dal modo in cui sono configurati.
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))
Parametri
- fromVersion
- Int32
posizione iniziale
- toVersion
- Int32
posizione finale
Restituisce
Task<IReadOnlyList<TLogEntry>>
a