共用方式為


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

屬性值

作業優先順序。

實作

適用於

另請參閱