C# Класс ProjToolV2.BackgroundExecutorWithStatus

Class responsible to execute csom calls in a background thread without impacting UI
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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