ListObjectsAsync Method
Lists all objects in a bucket.
Syntax
[VB.NET] Public Function ListObjectsAsync() As Task
[C#] public Task ListObjectsAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListObjectsAsync MethodLists all objects in a bucket. Syntax[VB.NET] Public Function ListObjectsAsync() As Task [C#] public Task ListObjectsAsync(); RemarksThis method is the asynchronous version of the ListObjects method and is used to support asynchronous operations in WinRT. Please refer to ListObjects for more information. |
||