IProgressPage.UpdateProgress(Int64, Int64) Methode

Definition

Stellt numerische Informationen zum Hochladen von Status bereit, die zum Aktualisieren der Statusindikatoren verwendet werden können.

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)

Parameter

bytesDownloaded
Int64

Gesamtzahl der Bytes, die bisher heruntergeladen wurden.

bytesTotal
Int64

Gesamtanzahl der Bytes, die für die Anwendung heruntergeladen werden müssen.

Gilt für: