Beispiel #1
0
 public Task PreLoadAsync(SleetOperations operations)
 {
     return(RootIndexFile.FetchAsync(_context.Log, _context.Token));
 }
Beispiel #2
0
 public Task FetchAsync()
 {
     return(RootIndexFile.FetchAsync(_context.Log, _context.Token));
 }