C# 클래스 GUIUtils.LongOperations.BaseLongOperation

The base class used to handle long operations
상속: Utils.ProgressHandler
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs

공개 메소드들

메소드 설명
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