C# 클래스 PhotoSharingApp.AppService.Controllers.LeaderboardController

상속: ApiController
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

공개 메소드들

메소드 설명
LeaderboardController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient ) : System.Threading.Tasks

Leaderboard controller constructor.

비공개 메소드들

메소드 설명
GetAsync ( [ mostGoldCategoriesCount, [ mostGoldPhotosCount, [ mostGoldUsersCount, [ mostGivingUsersCount ) : Task

메소드 상세

LeaderboardController() 공개 메소드

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.
리턴 System.Threading.Tasks