Share via


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

속성 값

작업 우선 순위입니다.

구현

적용 대상

추가 정보