IGraphContext.ReportProgress(Int32, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the providers to report progress.
public:
void ReportProgress(int current, int maximum, System::String ^ message);
public void ReportProgress (int current, int maximum, string message);
abstract member ReportProgress : int * int * string -> unit
Public Sub ReportProgress (current As Integer, maximum As Integer, message As String)
Parameters
- current
- Int32
The current position relative to the given maximum.
- maximum
- Int32
The estimated maximum amount of work to be done.
- message
- String
An optional localized message that describes what is being done.