C# Class Catel.ProgressContext

Never calculate progress manually anymore.
Inheritance: Disposable
Show file Open project: Catel/Catel

Public Methods

Method Description
ProgressContext ( long totalCount, int numberOfRefreshes ) : System

Initializes a new instance of the ProgressContext class.

Method Details

ProgressContext() public method

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.
return System