Click or drag to resize
IShutdownPresenter Interface
The interface for presenters that control IShutdownView views. These objects are responsible for disposing of singletons and other objects as the application closes down.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IShutdownPresenter : IPresenter<IShutdownView>

The IShutdownPresenter type exposes the following members.

Properties
  NameDescription
Public propertyUPnpManager
Gets or sets the UPnP Manager that the program had been using.
Top
Methods
  NameDescription
Public methodInitialise
Initialises the view.
(Inherited from IPresenterT.)
Public methodShutdownApplication
Disposes of the objects used by the application, possibly called on a background thread.
Top
See Also