ILogViewRead<TView,TLogEntry>.RetrieveLogSegment(Int32, Int32) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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