OfflineMapPackage.RequestStartDownloadAsync 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.
Starts an asynchronous operation to request the download of a map package to your local system.
public:
virtual IAsyncOperation<OfflineMapPackageStartDownloadResult ^> ^ RequestStartDownloadAsync() = RequestStartDownloadAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<OfflineMapPackageStartDownloadResult> RequestStartDownloadAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<OfflineMapPackageStartDownloadResult> RequestStartDownloadAsync();
function requestStartDownloadAsync()
Public Function RequestStartDownloadAsync () As IAsyncOperation(Of OfflineMapPackageStartDownloadResult)
Returns
An OfflineMapPackageStartDownloadResult that contains the result of the operation.
- Attributes