Click or drag to resize
ISplashViewReportProgress Method
Non-blocking method to display text to the user, intended to show the current state of the presenter's build up of the application.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void ReportProgress(
	string text
)

Parameters

text
Type: SystemString
See Also