GetAsync Method
Fetches the document.
Syntax
[VB.NET] Public Function GetAsync(ByVal URL As String) As Task
[C#] public Task GetAsync(string URL);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetAsync MethodFetches the document. Syntax[VB.NET] Public Function GetAsync(ByVal URL As String) As Task [C#] public Task GetAsync(string URL); RemarksThis 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. |
||