SDownload.Framework.InfoReportProxy.UpdateProgress C# (CSharp) Method

UpdateProgress() public method

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