Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.17 KB

backgroundtransferpriority.md

File metadata and controls

36 lines (25 loc) · 1.17 KB
-api-id -api-type
T:Windows.Networking.BackgroundTransfer.BackgroundTransferPriority
winrt enum

BackgroundTransferPriority

-description

Indicates the priority that a BackgroundTransfer operation(download or upload) has in terms of scheduling within an app.

-enum-fields

-field Default:0

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.

-field High:1

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.

-field Low:2

Low priority setting for an operation. Ensures that the operation doesn't get placed at the very front of the queue, and is instead placed near the end.

-remarks

Version history

Windows version SDK version Value added
1809 17763 Low

-examples

-see-also

DownloadOperation, UploadOperation, BackgroundTransferGroup