DataRetrievalProgress Class |
Class used to report data retrieval progress information.
Inheritance Hierarchy SystemObject Dundas.BI.Data.DataRetrievalDataRetrievalProgress
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public class DataRetrievalProgress : IProgress<ProgressInfo>
Public Class DataRetrievalProgress
Implements IProgress(Of ProgressInfo)
public ref class DataRetrievalProgress : IProgress<ProgressInfo^>
type DataRetrievalProgress =
class
interface IProgress<ProgressInfo>
end
The DataRetrievalProgress type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Info |
Gets the progress information.
|
TopMethods
| Name | Description |
---|
| Report | Reports a progress update. |
TopSee Also