ListDirectoryAsync Method
List the current directory specified by RemotePath on an FTP server.
Syntax
[VB.NET] Public Function ListDirectoryAsync() As Task
[C#] public Task ListDirectoryAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListDirectoryAsync MethodList the current directory specified by RemotePath on an FTP server. Syntax[VB.NET] Public Function ListDirectoryAsync() As Task [C#] public Task ListDirectoryAsync(); RemarksThis method is the asynchronous version of the ListDirectory method and is used to support asynchronous operations in WinRT. Please refer to ListDirectory for more information. |
||