C# Class Hyperion.Core.ProgressReporter

Afficher le fichier Open project: Kintaro/Hyperion Class Usage Examples

Méthodes publiques

Méthode Description
Done ( ) : void

ProgressReporter ( int totalWork, string title ) : System

ProgressReporter ( int totalWork, string title, int barLength ) : System

Update ( ) : void

Update ( int num ) : void

Method Details

Done() public méthode

public Done ( ) : void
Résultat void

ProgressReporter() public méthode

public ProgressReporter ( int totalWork, string title ) : System
totalWork int /// A ///
title string /// A ///
Résultat System

ProgressReporter() public méthode

public ProgressReporter ( int totalWork, string title, int barLength ) : System
totalWork int /// A ///
title string /// A ///
barLength int /// A ///
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Update() public méthode

public Update ( int num ) : void
num int /// A ///
Résultat void