C# Class Progression.Demo.ProgressWatcher

Inheritance: IDisposable
Show file Open project: scottrippey/Progression Class Usage Examples

Private Properties

Property Type Description
OnProgressEnding void
Progress_Starting void
StopPolling void
Timer_Tick void

Public Methods

Method Description
Dispose ( ) : void
ProgressWatcher ( ) : System

Private Methods

Method Description
OnProgressEnding ( ProgressChangedInfo progresschangedinfo ) : void
Progress_Starting ( ProgressTask progressTask ) : void
StopPolling ( ) : void
Timer_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ProgressWatcher() public method

public ProgressWatcher ( ) : System
return System