IBackgroundTransferOperationPriority.Priority Property

Definition

Gets or sets the priority of a download or upload operation. Possible values are defined by the BackgroundTransferPriority enumeration.

For example, setting high priority ensures that the operation doesn't get placed at the very end of the queue, instead placed near the front.

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

Property Value

The priority of the operation.

Applies to