ILogViewRead<TView,TLogEntry>.RetrieveLogSegment(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试从存储中检索日志段。 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