PutFileAsync Method
Upload a file specified by LocalFile to the TFTP server.
Syntax
[VB.NET]
Public Function PutFileAsync() As Task
[C#]
public Task PutFileAsync();
Remarks
This method is the asynchronous version of the
PutFile method and is used to support asynchronous operations in WinRT. Please refer to
PutFile for more information.