| IBackgroundThreadQueuesViewRefreshDisplay Method | 
            Refreshes the display of queues.
            
 
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxvoid RefreshDisplay(
	IQueue[] queues
)
Sub RefreshDisplay ( 
	queues As IQueue()
)
void RefreshDisplay(
	array<IQueue^>^ queues
)
abstract RefreshDisplay : 
        queues : IQueue[] -> unit 
Parameters
- queues
- Type: VirtualRadar.InterfaceIQueue
 
 See Also
See Also