프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_dispatcherService | IDispatcherService |
메소드 | 설명 | |
---|---|---|
Hide ( ) : void | ||
PleaseWaitService ( IDispatcherService dispatcherService ) : System | ||
Pop ( ) : void | ||
Push ( string status = "" ) : void | ||
Show ( PleaseWaitWorkDelegate workDelegate, string status = "" ) : void | ||
Show ( string status = "" ) : void | ||
UpdateStatus ( int currentItem, int totalItems, string statusFormat = "" ) : void | ||
UpdateStatus ( string status ) : void |
public PleaseWaitService ( IDispatcherService dispatcherService ) : System | ||
dispatcherService | IDispatcherService | |
리턴 | System |
public Show ( PleaseWaitWorkDelegate workDelegate, string status = "" ) : void | ||
workDelegate | PleaseWaitWorkDelegate | |
status | string | |
리턴 | void |
public UpdateStatus ( int currentItem, int totalItems, string statusFormat = "" ) : void | ||
currentItem | int | |
totalItems | int | |
statusFormat | string | |
리턴 | void |