IProgressReportStart Method
|
Starts the progress, cannot be restarted
Namespace:
Ingeniux.CMS.Messaging
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void Start(
int count,
bool includeDataSteps,
string information = null
)
Sub Start (
count As Integer,
includeDataSteps As Boolean,
Optional information As String = Nothing
)
void Start(
int count,
bool includeDataSteps,
String^ information = nullptr
)
abstract Start :
count : int *
includeDataSteps : bool *
?information : string
(* Defaults:
let _information = defaultArg information null
*)
-> unit
Parameters
- count
- Type: SystemInt32
Total count of the progression - includeDataSteps
- Type: SystemBoolean
[Missing <param name="includeDataSteps"/> documentation for "M:Ingeniux.CMS.Messaging.IProgressReport.Start(System.Int32,System.Boolean,System.String)"]
- information (Optional)
- Type: SystemString
Optional message
See Also