Compartir a través de


DownloadOperation.Priority Propiedad

Definición

Obtiene o establece la prioridad de transferencia de esta operación de descarga cuando se encuentra dentro de backgroundTransferGroup. Los valores posibles se definen mediante 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

Valor de propiedad

Prioridad de la operación.

Implementaciones

Se aplica a

Consulte también