C# 클래스 ProjToolV2.BackgroundExecutorBase

상속: System.ComponentModel.BackgroundWorker
파일 보기 프로젝트 열기: OfficeDev/Project-Samples 1 사용 예제들

공개 메소드들

메소드 설명
Abort ( ) : void
BackgroundExecutorBase ( ) : System.ComponentModel

보호된 메소드들

메소드 설명
OnDoWork ( DoWorkEventArgs e ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

BackgroundExecutorBase() 공개 메소드

public BackgroundExecutorBase ( ) : System.ComponentModel
리턴 System.ComponentModel

OnDoWork() 보호된 메소드

protected OnDoWork ( DoWorkEventArgs e ) : void
e System.ComponentModel.DoWorkEventArgs
리턴 void