ListDirectoryAsync Method
List the current directory specified by RemotePath on an SFTP server.
Syntax
[VB.NET] Public Function ListDirectoryAsync() As IAsyncAction
[C#] public IAsyncAction ListDirectoryAsync();
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListDirectoryAsync MethodList the current directory specified by RemotePath on an SFTP server. Syntax[VB.NET] Public Function ListDirectoryAsync() As IAsyncAction [C#] public IAsyncAction 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. |
||