C# 클래스 FaceDetection.Model.Updater.UpdateHandler.UpdateDownloadCompletedArgs

The event args for the UpdateHandler.UpdateDownloadCompleted event.
상속: System.EventArgs
파일 보기 프로젝트 열기: PkInfRemi/FaceDetectionApp

공개 메소드들

메소드 설명
UpdateDownloadCompletedArgs ( bool aborted, Exception exception ) : System

Initializes a new instance of the UpdateDownloadCompletedArgs class.

메소드 상세

UpdateDownloadCompletedArgs() 공개 메소드

Initializes a new instance of the UpdateDownloadCompletedArgs class.
public UpdateDownloadCompletedArgs ( bool aborted, Exception exception ) : System
aborted bool if set to true [aborted].
exception System.Exception The exception.
리턴 System