C# Класс Catel.ProgressContext

Never calculate progress manually anymore.
Наследование: Disposable
Показать файл Открыть проект

Открытые методы

Метод Описание
ProgressContext ( long totalCount, int numberOfRefreshes ) : System

Initializes a new instance of the ProgressContext class.

Описание методов

ProgressContext() публичный Метод

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.
Результат System