Auf Englisch lesen Bearbeiten

Freigeben über


IProgressPage.UpdateProgress(Int64, Int64) Method

Definition

Provides upload progress numeric information that can be used to update the progress indicators.

public void UpdateProgress(long bytesDownloaded, long bytesTotal);

Parameters

bytesDownloaded
Int64

Total bytes downloaded thus far.

bytesTotal
Int64

Total bytes that need to be downloaded for the application.

Applies to