C# 클래스 BclExtras.Threading.OperationContext.EmptyProxy

상속: IProgressTrackerProxy
파일 보기 프로젝트 열기: scottwis/tiny

공개 메소드들

메소드 설명
PerformStep ( ) : void
SetCurrentStep ( int step ) : void
SetIsCancelSupported ( bool value ) : void
SetStepInformation ( int increment, int total ) : void
SetSummary ( string summary ) : void
SetTitle ( string title ) : void

메소드 상세

PerformStep() 공개 메소드

public PerformStep ( ) : void
리턴 void

SetCurrentStep() 공개 메소드

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

SetIsCancelSupported() 공개 메소드

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

SetStepInformation() 공개 메소드

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

SetSummary() 공개 메소드

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

SetTitle() 공개 메소드

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