IProgressReportComplete Method
|
Completes the progress, set the progression as 100%
Namespace: Ingeniux.CMS.MessagingAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 String (Optional)
- Optional message
See Also