Click or drag to resize

IProgressReportProgress Method


Make one step in the progress, with operational message

Namespace:  Ingeniux.CMS.Messaging
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void Progress(
	int steps = 1,
	string information = null
)

Parameters

steps (Optional)
Type: SystemInt32

[Missing <param name="steps"/> documentation for "M:Ingeniux.CMS.Messaging.IProgressReport.Progress(System.Int32,System.String)"]

information (Optional)
Type: SystemString
Optional message
See Also