C# Класс OdessaGUIProject.ScanWorkerHost

Наследование: System.ComponentModel.BackgroundWorker
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CalculateInputFilesTotalSize long
GetProgressValue bool
GetTimeRemaining string
ReportStatusChanged void
ScanWorkerHost System
ScanWorkerHost_DoWork void
TrackAnalytics void
scanWorker_ProgressChanged void

Приватные методы

Метод Описание
CalculateInputFilesTotalSize ( ) : long

Calculates the total file size of all the input files. Used to calculate progress.

GetProgressValue ( int &value ) : bool

During the scan, return the progress

GetTimeRemaining ( ) : string

Calculates the time remaining in the scan

ReportStatusChanged ( ) : void
ScanWorkerHost ( ) : System
ScanWorkerHost_DoWork ( object sender, DoWorkEventArgs e ) : void
TrackAnalytics ( ) : void
scanWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void