Void IOptimizationServices.PublishProgress(String bsMessage, Int32 iIncrementWorkUnits)

Publishes progress details to contribute to the user feedback.

Parameters

  • bsMessage
    Type: String
    Short description of the current step.
  • iIncrementWorkUnits
    Type: Int32
    Positive increment to the number of achieved work units. The total number of work units for the complete method run is 100. For instance, if 10 work units were already achieved and iIncrementWorkUnits=15, the user interface will report a progress of 25%.