BackgroundTransferPriority 枚举

定义

指示 BackgroundTransfer 操作 (下载或上传) 在应用内计划方面的优先级。

public enum class BackgroundTransferPriority
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BackgroundTransferPriority
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BackgroundTransferPriority
var value = Windows.Networking.BackgroundTransfer.BackgroundTransferPriority.default
Public Enum BackgroundTransferPriority
继承
BackgroundTransferPriority
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

Default 0

操作的默认优先级设置。 默认情况下,创建新操作时,它将放置在当前传输队列的末尾。

High 1

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

Low 2

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

注解

版本历史记录

Windows 版本 SDK 版本 已添加值
1809 17763

适用于

另请参阅