ClientBuildManagerCallback::ReportProgress Method (String^)

 

Reports the progress of an application build.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

public:
virtual void ReportProgress(
	String^ message
)

Parameters

message
Type: System::String^

A String containing the current status of the build.

.NET Framework
Available since 2.0
Return to top
Show: