C# Class Catel.ProgressContext

Never calculate progress manually anymore.
Inheritance: Disposable
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
ProgressContext ( long totalCount, int numberOfRefreshes ) : System

Initializes a new instance of the ProgressContext class.

Method Details

ProgressContext() public méthode

Initializes a new instance of the ProgressContext class.
public ProgressContext ( long totalCount, int numberOfRefreshes ) : System
totalCount long The total count that this progress context represents.
numberOfRefreshes int The number of refreshes required during progress.
Résultat System