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.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IBusyView
Public Interface IBusyView
public interface class IBusyView
type IBusyView = interface end
The IBusyView type exposes the following members.
Methods
| Name | Description |
---|
| ShowBusy |
Indicates to the user that the application is busy.
|
TopSee Also