C# Class Progression.Demo.ProgressWatcher

Inheritance: IDisposable
Afficher le fichier Open project: scottrippey/Progression Class Usage Examples

Private Properties

Свойство Type Description
OnProgressEnding void
Progress_Starting void
StopPolling void
Timer_Tick void

Méthodes publiques

Méthode Description
Dispose ( ) : void
ProgressWatcher ( ) : System

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ProgressWatcher() public méthode

public ProgressWatcher ( ) : System
Résultat System