BackgroundTransferPriority
BackgroundTransferPriority
BackgroundTransferPriority
BackgroundTransferPriority
Enum
Definition
Indicates the priority that a BackgroundTransfer operation(download or upload) has in terms of scheduling within an app.
public : enum class BackgroundTransferPrioritypublic enum BackgroundTransferPriorityPublic Enum BackgroundTransferPriority// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Default Default Default Default | Default priority setting for an operation. By default when a new operation is created, it is placed at the end of the current transfer queue. |
| High High High High | High priority setting for an operation. Ensures that the operation doesn't get placed at the very end of the queue, and is instead placed near the front. |