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>

The DataRetrievalProgress type exposes the following members.

Constructors
  NameDescription
Public methodDataRetrievalProgress
Initializes a new instance of the DataRetrievalProgress class
Top
Properties
  NameDescription
Public propertyInfo
Gets the progress information.
Top
Methods
  NameDescription
Public methodReport
Reports a progress update.
Top
See Also