Compartilhar via


IBackgroundTransferOperationPriority.Priority Propriedade

Definição

Obtém ou define a prioridade de uma operação de download ou upload. Os valores possíveis são definidos pela enumeração BackgroundTransferPriority .

Por exemplo, definir alta prioridade garante que a operação não seja colocada no final da fila, em vez disso, colocada perto da frente.

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

Valor da propriedade

A prioridade da operação.

Aplica-se a