BackgroundDownloader.RequestUnconstrainedDownloadsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Hinweis
RequestUnconstrainedDownloadsAsync ist für Releases nach Windows 10 Version 1607 möglicherweise geändert oder nicht verfügbar. Verwenden Sie stattdessen CreateDownloadAsync.
Wird verwendet, um einen uneingeschränkten Downloadvorgang anzufordern. Wenn diese Methode aufgerufen wird, wird dem Benutzer eine Benutzeroberflächenaufforderung bereitgestellt, die er verwenden kann, um seine Zustimmung für einen uneingeschränkten Vorgang anzugeben. Ein nicht eingeschränkter Übertragungsvorgang wird ohne die Ressourceneinschränkungen ausgeführt, die normalerweise mit Hintergrundnetzwerkvorgängen verbunden sind, während ein Gerät mit Akku ausgeführt wird.
public:
static IAsyncOperation<UnconstrainedTransferRequestResult ^> ^ RequestUnconstrainedDownloadsAsync(IIterable<DownloadOperation ^> ^ operations);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<UnconstrainedTransferRequestResult> RequestUnconstrainedDownloadsAsync(IIterable<DownloadOperation> const& operations);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("RequestUnconstrainedDownloadsAsync is deprecated and may not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
static IAsyncOperation<UnconstrainedTransferRequestResult> RequestUnconstrainedDownloadsAsync(IIterable<DownloadOperation> const& operations);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<UnconstrainedTransferRequestResult> RequestUnconstrainedDownloadsAsync(IEnumerable<DownloadOperation> operations);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("RequestUnconstrainedDownloadsAsync is deprecated and may not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public static IAsyncOperation<UnconstrainedTransferRequestResult> RequestUnconstrainedDownloadsAsync(IEnumerable<DownloadOperation> operations);
function requestUnconstrainedDownloadsAsync(operations)
Public Shared Function RequestUnconstrainedDownloadsAsync (operations As IEnumerable(Of DownloadOperation)) As IAsyncOperation(Of UnconstrainedTransferRequestResult)
Parameter
- operations
Der Downloadvorgang, um uneingeschränkt auszuführen.
Gibt zurück
Gibt an, ob die Vorgänge uneingeschränkt ausgeführt werden.
- Attribute