Share via


TransferProgress Struct

Definizione

Contiene informazioni sullo stato di avanzamento per un'operazione di trasferimento dei dati.

public value class TransferProgress
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct TransferProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct TransferProgress
var transferProgress = {
bytesSent : /* Your value */,
totalBytesToSend : /* Your value */,
bytesRetrieved : /* Your value */,
totalBytesToRetrieve : /* Your value */
}
Public Structure TransferProgress
Ereditarietà
TransferProgress
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Campi

BytesRetrieved

Numero di byte ricevuti.

BytesSent

Numero di byte inviati.

TotalBytesToRetrieve

Numero totale di byte che verranno ricevuti durante l'operazione di trasferimento.

TotalBytesToSend

Numero totale di byte che verranno inviati durante l'operazione di trasferimento.

Si applica a

Vedi anche