Condividi tramite


ILogViewRead<TView,TLogEntry>.RetrieveLogSegment(Int32, Int32) Metodo

Definizione

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

Si applica a