ListBucketsAsync Method
Lists all buckets in the account.
Syntax
[VB.NET] Public Function ListBucketsAsync() As IAsyncAction
[C#] public IAsyncAction ListBucketsAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListBucketsAsync MethodLists all buckets in the account. Syntax[VB.NET] Public Function ListBucketsAsync() As IAsyncAction [C#] public IAsyncAction 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. |
||