Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
int hoursToSearch = 2;
PageDataCollection changedPages;
do
changedPages = FetchChangedPagesFunction(hoursToSearch);
hoursToSearch = hoursToSearch *2;
while
changedPages.Count < 15;