UploadOperation.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 = uploadOperation.priority;
uploadOperation.priority = backgroundTransferPriority;
Public Property Priority As BackgroundTransferPriority

プロパティ値

操作の優先度。

実装

適用対象

こちらもご覧ください