GetFileAsync Method
Download a RemoteFile from the TFTP server.
Syntax
[VB.NET] Public Function GetFileAsync() As Task
[C#] public Task GetFileAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetFileAsync MethodDownload a RemoteFile from the TFTP server. Syntax[VB.NET] Public Function GetFileAsync() As Task [C#] public Task GetFileAsync(); RemarksThis method is the asynchronous version of the GetFile method and is used to support asynchronous operations in WinRT. Please refer to GetFile for more information. |
||