C# 클래스 TrackProgress.ProgressNotifier

파일 보기 프로젝트 열기: KilskyreMan/JiraToTfs 1 사용 예제들

공개 메소드들

메소드 설명
ProgressNotifier ( PercentComplete clientToNotify, int recordCount )
UpdateProgress ( ) : void

비공개 메소드들

메소드 설명
clientAvailable ( ) : bool
notifyClient ( ) : void

메소드 상세

ProgressNotifier() 공개 메소드

public ProgressNotifier ( PercentComplete clientToNotify, int recordCount )
clientToNotify PercentComplete
recordCount int

UpdateProgress() 공개 메소드

public UpdateProgress ( ) : void
리턴 void