IBackgroundTransferOperationPriority.Priority 属性

定义

获取或设置下载或上传操作的优先级。 可能的值由 BackgroundTransferPriority 枚举定义。

例如,设置高优先级可确保操作不会放置在队列的末尾,而是放置在前面附近。

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

属性值

操作的优先级。

适用于