Compartir a través de


UploadOperation.Priority Propiedad

Definición

Obtiene o establece la prioridad de transferencia de esta operación de carga 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 = uploadOperation.priority;
uploadOperation.priority = backgroundTransferPriority;
Public Property Priority As BackgroundTransferPriority

Valor de propiedad

Prioridad de la operación.

Implementaciones

Se aplica a

Consulte también