Method | Description | |
---|---|---|
Cancel ( ) : void | ||
Log ( string msg ) : void | ||
ProgressDialog ( ) : System | ||
ReportError ( string message, Exception exception ) : void | ||
ReportWarning ( string message ) : void | ||
SetMessage ( string msg ) : void | ||
SetProgress ( double progress ) : void |
Method | Description | |
---|---|---|
Build ( ) : void | ||
OnButtonCancelClicked ( object sender, System e ) : void |
protected OnButtonCancelClicked ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
public ReportError ( string message, Exception exception ) : void | ||
message | string | |
exception | Exception | |
return | void |
public ReportWarning ( string message ) : void | ||
message | string | |
return | void |
public SetProgress ( double progress ) : void | ||
progress | double | |
return | void |