DownloadOperation.Priority Eigenschaft

Definition

Ruft die Übertragungspriorität dieses Downloadvorgangs in einer BackgroundTransferGroup ab oder legt diese fest. Mögliche Werte werden durch BackgroundTransferPriority definiert.

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

Eigenschaftswert

Die Vorgangspriorität.

Implementiert

Gilt für:

Weitere Informationen