Partager via


IProgressPage.UpdateProgress(Int64, Int64) Méthode

Définition

Fournit des informations numériques sur la progression du téléchargement qui peuvent être utilisées pour mettre à jour les indicateurs de progression.

public:
 void UpdateProgress(long bytesDownloaded, long bytesTotal);
public void UpdateProgress (long bytesDownloaded, long bytesTotal);
abstract member UpdateProgress : int64 * int64 -> unit
Public Sub UpdateProgress (bytesDownloaded As Long, bytesTotal As Long)

Paramètres

bytesDownloaded
Int64

Total des octets téléchargés jusqu'à présent.

bytesTotal
Int64

Total des octets à télécharger pour l'application.

S’applique à