예제 #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));
 }