Click or drag to resize
IUpdateUI Methods

The IUpdateUI type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the user interface. This method will only be called after Finish(UpdateResult, String, Exception), and only if the update was started with the AutoClose flag set in the UpdateController.
Public methodFinish
Notifies the UI that the update has finished and allows it to be closed.
Public methodOpen
Displays the user interface. The UI should remain visible until the Finish(UpdateResult, String, Exception) method has been called.
Public methodShowYesNoPrompt
Causes the user interface to display a yes/no prompt with the specified message.
Public methodCode exampleUpdate
Updates the user interface.
Top
See Also