Click or drag to resize
IBackgroundThreadQueuesView Interface
The interface for a diagnostics view that shows details of all of the background thread queues running on the system.

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

The IBackgroundThreadQueuesView 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 methodRefreshDisplay
Refreshes the display of queues.
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Top
See Also