コード例 #1
0
ファイル: Catalog.cs プロジェクト: fredatgithub/Sleet
 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));
 }