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 (26.2.0.1000)
Syntax
public class DataRetrievalProgress : IProgress<ProgressInfo>

The DataRetrievalProgress type exposes the following members.

Constructors
 NameDescription
Public methodDataRetrievalProgressInitializes a new instance of the DataRetrievalProgress class
Top
Properties
 NameDescription
Public propertyInfo Gets the progress information.
Top
Methods
 NameDescription
Public methodReportReports a progress update.
Top
See Also