C# Class Hyperion.Core.ProgressReporter

Mostra file Open project: Kintaro/Hyperion Class Usage Examples

Public Methods

Method 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 method

public Done ( ) : void
return void

ProgressReporter() public method

public ProgressReporter ( int totalWork, string title ) : System
totalWork int /// A ///
title string /// A ///
return System

ProgressReporter() public method

public ProgressReporter ( int totalWork, string title, int barLength ) : System
totalWork int /// A ///
title string /// A ///
barLength int /// A ///
return System

Update() public method

public Update ( ) : void
return void

Update() public method

public Update ( int num ) : void
num int /// A ///
return void