C# 클래스 PhotoSharingApp.Universal.ViewModels.ShareTargetUploadFinishedHandler

The handler that is being actived when a photo upload has been finished successfully when the app is in the share target mode.
상속: IUploadFinishedHandler
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

공개 메소드들

메소드 설명
OnUploadFinished ( Category category ) : System.Threading.Tasks.Task

Called when a photo has been uploaded successfully.

ShareTargetUploadFinishedHandler ( System.Action uploadFinishedAction ) : System

The constructor.

메소드 상세

OnUploadFinished() 공개 메소드

Called when a photo has been uploaded successfully.
public OnUploadFinished ( Category category ) : System.Threading.Tasks.Task
category PhotoSharingApp.Universal.Models.Category The associated category.
리턴 System.Threading.Tasks.Task

ShareTargetUploadFinishedHandler() 공개 메소드

The constructor.
public ShareTargetUploadFinishedHandler ( System.Action uploadFinishedAction ) : System
uploadFinishedAction System.Action The action to execute on successful upload.
리턴 System