Opticon Stockholm is on Tuesday September 10th, hope to see you there!
AI OnAI Off
Opticon Stockholm is on Tuesday September 10th, hope to see you there!
int hoursToSearch = 2;
PageDataCollection changedPages;
do
changedPages = FetchChangedPagesFunction(hoursToSearch);
hoursToSearch = hoursToSearch *2;
while
changedPages.Count < 15;