Condividi tramite


UploadOperation.Priority Proprietà

Definizione

Ottiene o imposta la priorità di trasferimento di questa operazione di caricamento quando 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 = uploadOperation.priority;
uploadOperation.priority = backgroundTransferPriority;
Public Property Priority As BackgroundTransferPriority

Valore della proprietà

Priorità dell'operazione.

Implementazioni

Si applica a

Vedi anche