C# Class Schumix.Components.Updater.Download.NGitProgressMonitor

Inheritance: NGit.ProgressMonitor
Afficher le fichier Open project: Schumix/Schumix2

Méthodes publiques

Méthode Description
BeginTask ( string title, int totalWork ) : void
EndTask ( ) : void
IsCancelled ( ) : bool
NGitProgressMonitor ( ) : System
Start ( int totalTasks ) : void
Update ( int completed ) : void

Private Methods

Méthode Description
drawTextProgressBar ( int progress, int total ) : void

Method Details

BeginTask() public méthode

public BeginTask ( string title, int totalWork ) : void
title string
totalWork int
Résultat void

EndTask() public méthode

public EndTask ( ) : void
Résultat void

IsCancelled() public méthode

public IsCancelled ( ) : bool
Résultat bool

NGitProgressMonitor() public méthode

public NGitProgressMonitor ( ) : System
Résultat System

Start() public méthode

public Start ( int totalTasks ) : void
totalTasks int
Résultat void

Update() public méthode

public Update ( int completed ) : void
completed int
Résultat void