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.3.169
Syntax void Progress(
int steps = 1,
string information = null
)
Sub Progress (
Optional steps As Integer = 1,
Optional information As String = Nothing
)
void Progress(
int steps = 1,
String^ information = nullptr
)
abstract Progress :
?steps : int *
?information : string
(* Defaults:
let _steps = defaultArg steps 1
let _information = defaultArg information null
*)
-> unit
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