C# Class PhotoSharingApp.AppService.Controllers.UserPhotoController

Inheritance: BaseController
Afficher le fichier Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Méthodes publiques

Méthode Description
UserPhotoController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Threading.Tasks

User photo controller constructor.

Private Methods

Méthode Description
GetPagedAsync ( [ continuationToken ) : Task>
GetPagedAsync ( string userId, [ continuationToken ) : Task>

Method Details

UserPhotoController() public méthode

User photo controller constructor.
public UserPhotoController ( IRepository repository, Microsoft.ApplicationInsights.TelemetryClient telemetryClient, IUserRegistrationReferenceProvider userRegistrationReferenceProvider ) : System.Threading.Tasks
repository IRepository The repository interface.
telemetryClient Microsoft.ApplicationInsights.TelemetryClient The telemetry client.
userRegistrationReferenceProvider IUserRegistrationReferenceProvider The user registration reference provider.
Résultat System.Threading.Tasks