BiliRanking.Core.TSDownload.tims_Elapsed C# (CSharp) Méthode

tims_Elapsed() public méthode

public tims_Elapsed ( object sender, System e ) : void
sender object
e System
Résultat void
        void tims_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
        {
            Speed = DownloadedBytes - lastDownloadedBytes;
            lastDownloadedBytes = DownloadedBytes;
        }