IProgressPage.UpdateProgress(Int64, Int64) Methode

Definitie

Biedt numerieke informatie over uploadvoortgang die kan worden gebruikt om de voortgangsindicatoren bij te werken.

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)

Parameters

bytesDownloaded
Int64

Totaal aantal gedownloade bytes.

bytesTotal
Int64

Totaal aantal bytes dat moet worden gedownload voor de toepassing.

Van toepassing op