C# 클래스 Catel.ProgressContext

Never calculate progress manually anymore.
상속: Disposable
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
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