Click or drag to resize
IBackgroundThreadQueuesPresenter Interface
The interface for presenters that can manage an IBackgroundThreadQueuesView.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IBackgroundThreadQueuesPresenter : IPresenter<IBackgroundThreadQueuesView>, 
	IDisposable

The IBackgroundThreadQueuesPresenter 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
Initialises the view.
(Inherited from IPresenterT.)
Top
See Also