ListDirectoryAsync Method
Lists the current directory specified by RemotePath on the server.
Syntax
[VB.NET] Public Function ListDirectoryAsync() As Task
[C#] public Task 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 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. |
||