C# 클래스 UnitWrappers.SameThreadBackgroundWorker

상속: IBackgroundWorker
파일 보기 프로젝트 열기: OpenSharp/UnitWrappers

공개 메소드들

메소드 설명
Abort ( ) : void
CancelAsync ( ) : void
Dispose ( ) : void
ReportProgress ( int percentProgress ) : void
ReportProgress ( int percentProgress, object userState ) : void
RunWorkerAsync ( ) : void
RunWorkerAsync ( object argument ) : void

비공개 메소드들

메소드 설명
RunWorker ( ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

CancelAsync() 공개 메소드

public CancelAsync ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ReportProgress() 공개 메소드

public ReportProgress ( int percentProgress ) : void
percentProgress int
리턴 void

ReportProgress() 공개 메소드

public ReportProgress ( int percentProgress, object userState ) : void
percentProgress int
userState object
리턴 void

RunWorkerAsync() 공개 메소드

public RunWorkerAsync ( ) : void
리턴 void

RunWorkerAsync() 공개 메소드

public RunWorkerAsync ( object argument ) : void
argument object
리턴 void