Click or drag to resize
UpdateControllerShowDownloadUpdateDialog Method
Overload List
  NameDescription
Public methodShowDownloadUpdateDialog
Downloads the update represented by CurrentUpdate while showing a modal dialog to the user.
Public methodShowDownloadUpdateDialog(IWin32Window)
Downloads the update represented by CurrentUpdate while showing a modal dialog to the user in front of the specified object.
Public methodShowDownloadUpdateDialog(ErrorDisplayLevel)
Downloads the update represented by CurrentUpdate while showing a modal dialog to the user that can show the specified amount of error information.
Public methodShowDownloadUpdateDialog(IWin32Window, ErrorDisplayLevel)
Downloads the update represented by CurrentUpdate while showing a modal dialog to the user that can show the specified amount of error information in front of the specified object.
Top
See Also