| BuildProcessReportProgress Method (String, Object) |
This is used to report progress during the build process within the current step
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void ReportProgress(
string message,
params Object[] args
)
Public Sub ReportProgress (
message As String,
ParamArray args As Object()
)
public:
void ReportProgress(
String^ message,
... array<Object^>^ args
)
member ReportProgress :
message : string *
args : Object[] -> unit
Parameters
- message
- Type: SystemString
The message to report - args
- Type: SystemObject
A list of arguments to format into the message text
See Also