C# Class PhotoSharingApp.AppService.Controllers.UserPhotoController

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

Public Methods

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

User photo controller constructor.

Private Methods

Method Description
GetPagedAsync ( [ continuationToken ) : Task>
GetPagedAsync ( string userId, [ continuationToken ) : Task>

Method Details

UserPhotoController() public method

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