C# 클래스 BclExtras.Threading.OperationContext

Base implementation of IOperationContext
파일 보기 프로젝트 열기: scottwis/tiny

공개 메소드들

메소드 설명
PerformStep ( ) : void
SetCurrentStep ( int current ) : void
SetIsCancelAllowed ( bool value ) : void
SetStepInformation ( int total ) : void
SetStepInformation ( int increment, int total ) : void
SetSummary ( string msg ) : void
SetTitle ( string msg ) : void
ThrowIfCanceled ( ) : void

비공개 메소드들

메소드 설명
OperationContext ( IProgressTrackerProxy dialog ) : System

메소드 상세

PerformStep() 공개 메소드

public PerformStep ( ) : void
리턴 void

SetCurrentStep() 공개 메소드

public SetCurrentStep ( int current ) : void
current int
리턴 void

SetIsCancelAllowed() 공개 메소드

public SetIsCancelAllowed ( bool value ) : void
value bool
리턴 void

SetStepInformation() 공개 메소드

public SetStepInformation ( int total ) : void
total int
리턴 void

SetStepInformation() 공개 메소드

public SetStepInformation ( int increment, int total ) : void
increment int
total int
리턴 void

SetSummary() 공개 메소드

public SetSummary ( string msg ) : void
msg string
리턴 void

SetTitle() 공개 메소드

public SetTitle ( string msg ) : void
msg string
리턴 void

ThrowIfCanceled() 공개 메소드

public ThrowIfCanceled ( ) : void
리턴 void