Compartir a través de


ILogViewRead<TView,TLogEntry>.RetrieveLogSegment(Int32, Int32) Método

Definición

Intente recuperar un segmento del registro, posiblemente del almacenamiento. Se produce NotSupportedException si no se puede leer el registro, que depende de los proveedores usados y de cómo se configuran.

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))

Parámetros

fromVersion
Int32

la posición inicial

toVersion
Int32

la posición final

Devoluciones

Task<IReadOnlyList<TLogEntry>>

a

Se aplica a