コード例 #1
0
 private void initQueue(WebCache cache, string url)
 {
     cache.tryAddingToQueue(url); sharedSearchContext.tryDepositingUrlsToQueue(cache.releaseUrlsToVisit());
 }