IProgressReportProgress Method
|
Make one step in the progress, with operational message
Namespace: Ingeniux.CMS.MessagingAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 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