DownloadOperation.Priority プロパティ

定義

BackgroundTransferGroup 内にある場合に、このダウンロード操作の転送優先度を取得または設定します。 指定できる値は BackgroundTransferPriority によって定義されます。

public:
 property BackgroundTransferPriority Priority { BackgroundTransferPriority get(); void set(BackgroundTransferPriority value); };
BackgroundTransferPriority Priority();

void Priority(BackgroundTransferPriority value);
public BackgroundTransferPriority Priority { get; set; }
var backgroundTransferPriority = downloadOperation.priority;
downloadOperation.priority = backgroundTransferPriority;
Public Property Priority As BackgroundTransferPriority

プロパティ値

操作の優先順位。

実装

適用対象

こちらもご覧ください