BackgroundUploader.GetCurrentUploadsAsync 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.
Überlädt
GetCurrentUploadsAsync(String) |
Hinweis GetCurrentUploadsAsync(group) ist für Releases nach Windows 8.1 möglicherweise geändert oder nicht verfügbar. Verwenden Sie stattdessen GetCurrentUploadsForTransferGroupAsync. Gibt eine Auflistung von ausstehenden Uploads für eine bestimmte Gruppe zurück. |
GetCurrentUploadsAsync() |
Gibt eine Auflistung von ausstehenden Uploads zurück, die keiner Gruppe zugeordnet sind. |
GetCurrentUploadsAsync(String)
Hinweis
GetCurrentUploadsAsync(group) ist für Releases nach Windows 8.1 möglicherweise geändert oder nicht verfügbar. Verwenden Sie stattdessen GetCurrentUploadsForTransferGroupAsync.
Gibt eine Auflistung von ausstehenden Uploads für eine bestimmte Gruppe zurück.
public:
static IAsyncOperation<IVectorView<UploadOperation ^> ^> ^ GetCurrentUploadsAsync(Platform::String ^ group);
/// [Windows.Foundation.Metadata.Deprecated("GetCurrentUploadsAsync(group) may be altered or unavailable for releases after Windows 8.1. Instead, use GetCurrentUploadsForTransferGroupAsync.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.Overload("GetCurrentUploadsForGroupAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<UploadOperation>> GetCurrentUploadsAsync(winrt::hstring const& group);
/// [Windows.Foundation.Metadata.Overload("GetCurrentUploadsForGroupAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("GetCurrentUploadsAsync(group) may be altered or unavailable for releases after Windows 8.1. Instead, use GetCurrentUploadsForTransferGroupAsync.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
static IAsyncOperation<IVectorView<UploadOperation>> GetCurrentUploadsAsync(winrt::hstring const& group);
[Windows.Foundation.Metadata.Deprecated("GetCurrentUploadsAsync(group) may be altered or unavailable for releases after Windows 8.1. Instead, use GetCurrentUploadsForTransferGroupAsync.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.Overload("GetCurrentUploadsForGroupAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<UploadOperation>> GetCurrentUploadsAsync(string group);
[Windows.Foundation.Metadata.Overload("GetCurrentUploadsForGroupAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("GetCurrentUploadsAsync(group) may be altered or unavailable for releases after Windows 8.1. Instead, use GetCurrentUploadsForTransferGroupAsync.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public static IAsyncOperation<IReadOnlyList<UploadOperation>> GetCurrentUploadsAsync(string group);
function getCurrentUploadsAsync(group)
Public Shared Function GetCurrentUploadsAsync (group As String) As IAsyncOperation(Of IReadOnlyList(Of UploadOperation))
Parameter
- group
-
String
Platform::String
winrt::hstring
Eine Zeichenfolge, die eine bestimmte Gruppe von Uploads angibt.
Gibt zurück
Eine Sammlung ausstehender Uploads für die jeweilige Gruppe.
- Attribute
Weitere Informationen
Gilt für:
GetCurrentUploadsAsync()
Gibt eine Auflistung von ausstehenden Uploads zurück, die keiner Gruppe zugeordnet sind.
public:
static IAsyncOperation<IVectorView<UploadOperation ^> ^> ^ GetCurrentUploadsAsync();
/// [Windows.Foundation.Metadata.Overload("GetCurrentUploadsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<UploadOperation>> GetCurrentUploadsAsync();
[Windows.Foundation.Metadata.Overload("GetCurrentUploadsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<UploadOperation>> GetCurrentUploadsAsync();
function getCurrentUploadsAsync()
Public Shared Function GetCurrentUploadsAsync () As IAsyncOperation(Of IReadOnlyList(Of UploadOperation))
Gibt zurück
Eine Sammlung ausstehender Uploads für die aktuelle Anwendung instance.
- Attribute