Compartilhar via


DownloadOperation.Priority Propriedade

Definição

Obtém ou define a prioridade de transferência dessa operação de download quando está em um BackgroundTransferGroup. Os valores possíveis são definidos por 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 da propriedade

A prioridade da operação.

Implementações

Aplica-se a

Confira também