共用方式為


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

屬性值

作業的優先順序。

適用於