C# Класс GUIUtils.LongOperations.BaseLongOperation

The base class used to handle long operations
Наследование: Utils.ProgressHandler
Показать файл Открыть проект

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

Метод Описание
ExecuteUsingProgressDialog ( Form mainForm, string message, bool allowCancel = true ) : void

Executes the operation in background using a progress handler

Защищенные методы

Метод Описание
BaseLongOperation ( ) : System

Constructor

Описание методов

BaseLongOperation() защищенный Метод

Constructor
protected BaseLongOperation ( ) : System
Результат System

ExecuteUsingProgressDialog() публичный Метод

Executes the operation in background using a progress handler
public ExecuteUsingProgressDialog ( Form mainForm, string message, bool allowCancel = true ) : void
mainForm System.Windows.Forms.Form The enclosing form
message string The message to display on the dialog window
allowCancel bool Indicates that the opeation can be canceled
Результат void