Method | Description | |
---|---|---|
OnButtonCancelClicked ( object sender, EventArgs args ) : void | ||
ReportProgress ( int currentStep, string suboperationName ) : void | ||
StartOperation ( Action |
Method | Description | |
---|---|---|
Build ( ) : void |
Method | Description | |
---|---|---|
LongOperationDlg ( int steps ) : System |
public OnButtonCancelClicked ( object sender, EventArgs args ) : void | ||
sender | object | |
args | EventArgs | |
return | void |
public ReportProgress ( int currentStep, string suboperationName ) : void | ||
currentStep | int | |
suboperationName | string | |
return | void |
public static StartOperation ( Action |
||
doWork | Action |
|
name | string | |
steps | int | |
modal | bool | |
return | LongOperationResult |