Partilhar via


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

Definição

Tente recuperar um segmento do log, possivelmente do armazenamento. NotSupportedException Gerará se o log não puder ser lido, o que depende dos provedores usados e de como eles são configurados.

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

a posição inicial

toVersion
Int32

a posição final

Retornos

Task<IReadOnlyList<TLogEntry>>

um

Aplica-se a