IProgressReportComplete Method
|
Completes the progress, set the progression as 100%
Namespace:
Ingeniux.CMS.Messaging
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void Complete(
string information = null
)
Sub Complete (
Optional information As String = Nothing
)
void Complete(
String^ information = nullptr
)
abstract Complete :
?information : string
(* Defaults:
let _information = defaultArg information null
*)
-> unit
Parameters
- information (Optional)
- Type: SystemString
Optional message
See Also