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.6.492
Syntax
void Progress(
	int steps = 1,
	string information = null
)

Parameters

steps  Int32  (Optional)

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

information  String  (Optional)
Optional message
See Also