Important: The information in this document is obsolete and should not be used for new development.
GetProgressPercent
Retrieves the percentage of an asynchronous process that has been completed.
void GetProgressPercent (out short percentDone);
percentDone- The percentage of the process that has been completed.
DISCUSSION
You can call theGetProgressPercentmethod to determine the percentage of the process that has been completed. For example, consider the process of downloading 200 bytes of data. If you have downloaded 100 bytes, 50% has been completed.
GetProgressPercentreturns the last value set by theSetProgressPercentmethod or 0 ifSetProgressPercenthas not been called since the object was initialized or reset.SEE ALSO
TheGetAmountDonemethod (page 302).
TheGetAmountTotalmethod (page 303).
TheSetAmountDonemethod (page 308).
TheSetAmountTotalmethod (page 309).
TheSetProgressPercentmethod (page 311).
 
  
  
 