C# 클래스 ProjToolV2.BackgroundExecutorWithStatus

Class responsible to execute csom calls in a background thread without impacting UI
파일 보기 프로젝트 열기: OfficeDev/Project-Samples 1 사용 예제들

공개 메소드들

메소드 설명
BackgroundExecutorWithStatus ( TextBox control, string textToAnimate ) : System
Cancel ( ) : void
ExecuteWorker ( System.Action funcToRun ) : void

비공개 메소드들

메소드 설명
actionWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
actionWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
actionWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

메소드 상세

BackgroundExecutorWithStatus() 공개 메소드

public BackgroundExecutorWithStatus ( TextBox control, string textToAnimate ) : System
control System.Windows.Forms.TextBox
textToAnimate string
리턴 System

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

ExecuteWorker() 공개 메소드

public ExecuteWorker ( System.Action funcToRun ) : void
funcToRun System.Action
리턴 void