ListDirectoryAsync Method
Lists the current directory specified by RemotePath on the server.
Syntax
[VB.NET] Public Function ListDirectoryAsync() As IAsyncAction
[C#] public IAsyncAction ListDirectoryAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListDirectoryAsync MethodLists the current directory specified by RemotePath on the 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. |
||