C# Class PhotoSharingApp.AppService.Controllers.LeaderboardController

Inheritance: ApiController
Datei anzeigen Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Public Methods

Method Description
LeaderboardController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient ) : System.Threading.Tasks

Leaderboard controller constructor.

Private Methods

Method Description
GetAsync ( [ mostGoldCategoriesCount, [ mostGoldPhotosCount, [ mostGoldUsersCount, [ mostGivingUsersCount ) : Task

Method Details

LeaderboardController() public method

Leaderboard controller constructor.
public LeaderboardController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient ) : System.Threading.Tasks
repository IRepository The repository interface.
telemetryClient Microsoft.ApplicationInsights.TelemetryClient The application insights telemetry client.
return System.Threading.Tasks