Click or drag to resize

IProgressReporter Methods

The IProgressReporter type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodGetSubTask(Double) Creates a nested task.
Public methodGetSubTask(Double, CancellationToken, CancellationToken) Creates a nested task.
Public methodReport(T)Reports a progress update.
(Inherited from IProgressDouble)
Public methodReport(T)
(Inherited from IProgressString)
Public methodReport(T)
(Inherited from IProgressValueTupleString, Double)
Public methodReportProgress(String) Reports the progress as a text string.
Public methodReportProgress(String, Double) Reports the progress as a text string.
Public methodReportStatus Sets the operation status. Note: the status of the whole operation is the most severe status of all nested monitors. The more severe value persists even if the child monitor gets disposed.
Top
See Also