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