示例#1
0
 public Task PreLoadAsync(SleetOperations operations)
 {
     return(RootIndexFile.FetchAsync(_context.Log, _context.Token));
 }
示例#2
0
文件: Catalog.cs 项目: skarllot/Sleet
 public Task FetchAsync()
 {
     return(RootIndexFile.FetchAsync(_context.Log, _context.Token));
 }