ILogViewRead<TView,TLogEntry>.RetrieveLogSegment(Int32, Int32) 方法

定义

尝试从存储中检索日志段。 NotSupportedException如果无法读取日志,则引发该日志,具体取决于使用的提供程序及其配置方式。

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

参数

fromVersion
Int32

起始位置

toVersion
Int32

结束位置

返回

Task<IReadOnlyList<TLogEntry>>

a

适用于