Condividi tramite


DownloadOperation.Priority Proprietà

Definizione

Ottiene o imposta la priorità di trasferimento di questa operazione di download all'interno di backgroundTransferGroup. I valori possibili sono definiti da BackgroundTransferPriority.

public:
 property BackgroundTransferPriority Priority { BackgroundTransferPriority get(); void set(BackgroundTransferPriority value); };
BackgroundTransferPriority Priority();

void Priority(BackgroundTransferPriority value);
public BackgroundTransferPriority Priority { get; set; }
var backgroundTransferPriority = downloadOperation.priority;
downloadOperation.priority = backgroundTransferPriority;
Public Property Priority As BackgroundTransferPriority

Valore della proprietà

Priorità dell'operazione.

Implementazioni

Si applica a

Vedi anche