SDownload.Framework.InfoReportProxy.UpdateProgress C# (CSharp) Méthode

UpdateProgress() public méthode

Reports the current progress to the remote proxy
public UpdateProgress ( int percentage ) : void
percentage int The percentage completed
Résultat void
        public virtual void UpdateProgress(int percentage)
        {
            Report(String.Format("{0}%", percentage));
        }