Method | Description | |
---|---|---|
HasCanceled ( bool &cancelled ) : HResult | ||
NiWaitDialog ( IServiceProvider serviceProvider, |
||
ShowWaitDialog ( string caption, string message, string progressText, string statusBarText, System.TimeSpan showDelay, bool canCancel, bool realProgress, float progress, |
||
UpdateProgress ( string message, string progressText, string statusBarText, float progress, bool disableCancel, bool &cancelled ) : HResult |
Method | Description | |
---|---|---|
SetStatusBarText ( string statusBarText ) : void | ||
WaitForHandles ( |
public HasCanceled ( bool &cancelled ) : HResult | ||
cancelled | bool | |
return | HResult |
public NiWaitDialog ( IServiceProvider serviceProvider, |
||
serviceProvider | IServiceProvider | |
synchronizationContext | ||
return | System |
public ShowWaitDialog ( string caption, string message, string progressText, string statusBarText, System.TimeSpan showDelay, bool canCancel, bool realProgress, float progress, |
||
caption | string | |
message | string | |
progressText | string | |
statusBarText | string | |
showDelay | System.TimeSpan | |
canCancel | bool | |
realProgress | bool | |
progress | float | |
waitHandles | ||
return | HResult |
public UpdateProgress ( string message, string progressText, string statusBarText, float progress, bool disableCancel, bool &cancelled ) : HResult | ||
message | string | |
progressText | string | |
statusBarText | string | |
progress | float | |
disableCancel | bool | |
cancelled | bool | |
return | HResult |