Advantage .NET Data Provider
Gets the current progress of a current index build.
public int Progress {get;}
This retrieves the current progress estimate of an index build initiated by a call to Reindex or CreateIndex. It can be retrieved by another thread to provide some kind of visual feedback (e.g., a progress bar). The value returned will range from 0 to 100.
See AdsCommand.Progress for an example of how to use the progress property of an object.
See Also