Click or drag to resize
IBusyView Interface
The interface for views that can show that the presenter is doing some work and isn't necessarily keeping the UI responsive.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IBusyView

The IBusyView type exposes the following members.

Methods
  NameDescription
Public methodShowBusy
Indicates to the user that the application is busy.
Top
See Also