IBackgroundThreadQueuesPresenter Interface |
Namespace: VirtualRadar.Interface.PresenterAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IBackgroundThreadQueuesPresenter : IPresenter<IBackgroundThreadQueuesView>,
IDisposable
Public Interface IBackgroundThreadQueuesPresenter
Inherits IPresenter(Of IBackgroundThreadQueuesView), IDisposable
public interface class IBackgroundThreadQueuesPresenter : IPresenter<IBackgroundThreadQueuesView^>,
IDisposable
type IBackgroundThreadQueuesPresenter =
interface
interface IPresenter<IBackgroundThreadQueuesView>
interface IDisposable
end
The IBackgroundThreadQueuesPresenter type exposes the following members.
Methods
| Name | Description |
---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
| Initialise |
Initialises the view.
(Inherited from IPresenterT.) |
TopSee Also