RetrievalProgress Struktur

Definition

Enthält Statusinformationen für einen Datenabrufvorgang.

public value class RetrievalProgress
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct RetrievalProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct RetrievalProgress
var retrievalProgress = {
bytesRetrieved : /* Your value */,
totalBytesToRetrieve : /* Your value */
}
Public Structure RetrievalProgress
Vererbung
RetrievalProgress
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

BytesRetrieved

Die Anzahl der Bytes, die bei diesem Datenabrufvorgang empfangen wurden.

TotalBytesToRetrieve

Die Gesamtanzahl der Bytes, die während dieses Datenabrufvorgangs empfangen werden sollen.

Gilt für:

Weitere Informationen