ListBucketsAsync Method
Lists all buckets in the account.
Syntax
[VB.NET]
Public Function ListBucketsAsync() As Task
[C#]
public Task ListBucketsAsync();
Remarks
This 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.