Condividi tramite


IBackgroundTransferOperationPriority.Priority Proprietà

Definizione

Ottiene o imposta la priorità di un'operazione di download o caricamento. I valori possibili sono definiti dall'enumerazione BackgroundTransferPriority .

Ad esempio, l'impostazione di priorità elevata garantisce che l'operazione non sia posizionata alla fine della coda, invece posizionata vicino alla parte anteriore.

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

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

Valore della proprietà

Priorità dell'operazione.

Si applica a