GetFileAsync Method
Download a RemoteFile from the TFTP server.
Syntax
[VB.NET]
Public Function GetFileAsync() As Task
[C#]
public Task GetFileAsync();
Remarks
This 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.