Report one or more steps of progress to the currently
executing subtask.
Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public abstract void TryReportProgress( long progressIncrement )
Parameters
- progressIncrement
- Type: SystemInt64
The amount of progress to report, for example the number of lines read, the number of records processed, etc.
Exceptions
Exception | Condition |
---|---|
ArgumentException | If progressIncrement is zero or a negative number. |
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also