[VB.NET]
Public Function DownloadFileAsync(ByVal fileFormat As String)AsTask
[C#]
public Task DownloadFileAsync(string fileFormat);
Remarks
This method is the asynchronous version of the DownloadFile method and is used to support asynchronous operations in WinRT. Please refer to DownloadFile for more information.