PutFileAsync Method
Upload a file specified by LocalFile to the TFTP server.
Syntax
[VB.NET] Public Function PutFileAsync() As IAsyncAction
[C#] public IAsyncAction PutFileAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
PutFileAsync MethodUpload a file specified by LocalFile to the TFTP server. Syntax[VB.NET] Public Function PutFileAsync() As IAsyncAction [C#] public IAsyncAction PutFileAsync(); RemarksThis 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. |
||