Click or drag to resize

OrchestratorConfigReportProgress Property

True causes Data Conveyer to raise progress events, i.e. PhaseStarted, PhaseFinished and (if ProgressInterval other than 0) ProgressChanged. If false (default), then no progress events occur.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public bool ReportProgress { get; set; }

Property Value

Type: Boolean
See Also