C# Class SfSdk.Framework.HallOfFameCrawler

A class which provides extended features for crawling the hall of fame.
Mostrar archivo Open project: ebeeb/SfSdk

Public Methods

Method Description
HallOfFameCrawler ( ISession session ) : System

Creates a new instance of HallOfFameCrawler.

SearchAsync ( HallOfFameSearchPredicate searchPredicate ) : Task>

Searches the hall of fame given on a specific search predicate.

Private Methods

Method Description
RequestHallOfFame ( int searchRank ) : Task>

Method Details

HallOfFameCrawler() public method

Creates a new instance of HallOfFameCrawler.
public HallOfFameCrawler ( ISession session ) : System
session ISession The session which provides access to the S&F data.
return System

SearchAsync() public method

Searches the hall of fame given on a specific search predicate.
public SearchAsync ( HallOfFameSearchPredicate searchPredicate ) : Task>
searchPredicate HallOfFameSearchPredicate The search predicate used for the search.
return Task>