Click or drag to resize
IShutdownViewReportProgress Method
Non-blocking method to display text to the user indicating the stage of shutdown that the program's reached.

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