AppInstallManager.MoveToFrontOfDownloadQueue(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the specified app to the front of the download queue.
public:
virtual void MoveToFrontOfDownloadQueue(Platform::String ^ productId, Platform::String ^ correlationVector) = MoveToFrontOfDownloadQueue;
void MoveToFrontOfDownloadQueue(winrt::hstring const& productId, winrt::hstring const& correlationVector);
public void MoveToFrontOfDownloadQueue(string productId, string correlationVector);
function moveToFrontOfDownloadQueue(productId, correlationVector)
Public Sub MoveToFrontOfDownloadQueue (productId As String, correlationVector As String)
Parameters
- productId
-
String
Platform::String
winrt::hstring
The product ID of the app to move to the front of the download queue.
- correlationVector
-
String
Platform::String
winrt::hstring
A correlation vector string that can be used to generate telemetry data.
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
App capabilities |
runFullTrust
|