| IUpdateUI Methods |
The IUpdateUI type exposes the following members.
| Name | Description | |
|---|---|---|
| Close |
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.
| |
| Finish |
Notifies the UI that the update has finished and allows it to be closed.
| |
| Open |
Displays the user interface. The UI should remain visible until the Finish(UpdateResult, String, Exception)
method has been called.
| |
| ShowYesNoPrompt |
Causes the user interface to display a yes/no prompt with the specified message.
| |
| Update |
Updates the user interface.
|