Click or drag to resize
IShutdownView Methods

The IShutdownView type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInitialise
Records references to objects that will be passed on to the presenter when the time comes to create it.
Public methodReportProgress
Non-blocking method to display text to the user indicating the stage of shutdown that the program's reached.
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Top
See Also