Method | Description | |
---|---|---|
ProgressContext ( long totalCount, int numberOfRefreshes ) : System |
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 |