Method | Description | |
---|---|---|
Hide ( ) : void | ||
PleaseWaitService ( |
||
Show ( PleaseWaitWorkDelegate workDelegate, string status = "" ) : void | ||
Show ( string status = "" ) : void | ||
UpdateStatus ( int currentItem, int totalItems, string statusFormat = "" ) : void | ||
UpdateStatus ( string status ) : void |
public PleaseWaitService ( |
||
shellView | ||
return | Catel.LogAnalyzer.Views |
public Show ( PleaseWaitWorkDelegate workDelegate, string status = "" ) : void | ||
workDelegate | PleaseWaitWorkDelegate | |
status | string | |
return | void |
public UpdateStatus ( int currentItem, int totalItems, string statusFormat = "" ) : void | ||
currentItem | int | |
totalItems | int | |
statusFormat | string | |
return | void |