IBackgroundTransferOperationPriority IBackgroundTransferOperationPriority IBackgroundTransferOperationPriority IBackgroundTransferOperationPriority Interface

Definition

Use this interface to determine the priority of a downloads or uploads within a BackgroundTransferGroup. Possible values are defined by the BackgroundTransferPriority enumeration.

public : interface IBackgroundTransferOperationPrioritypublic interface IBackgroundTransferOperationPriorityPublic Interface IBackgroundTransferOperationPriority// You can use this interface in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

Priority Priority Priority Priority

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 : BackgroundTransferPriority Priority { get; set; }public BackgroundTransferPriority Priority { get; set; }Public ReadWrite Property Priority As BackgroundTransferPriority// You can use this property in JavaScript.

See Also