Click or drag to resize
IShutdownView Interface
The interface for the splash screen that is displayed while the application is closing down.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IShutdownView : IView, 
	IDisposable

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