C# Класс FaceDetection.Model.Updater.UpdateHandler.UpdateDownloadCompletedArgs

The event args for the UpdateHandler.UpdateDownloadCompleted event.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
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