GetAsync Method
Fetches the document.
Syntax
[VB.NET]
Public Function GetAsync(ByVal URL As String) As Task
[C#]
public Task GetAsync(string URL);
Remarks
This method is the asynchronous version of the
Get method and is used to support asynchronous operations in WinRT. Please refer to
Get for more information.