ILogViewRead<TView,TLogEntry>.RetrieveLogSegment(Int32, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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