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