ListBuckets Method
Lists all buckets in the account.
Syntax
[VB.NET] Public Sub ListBuckets()
[C#] public void ListBuckets();
Remarks
The output is retrieved through the BucketList event. The output can also be retrieved by using the Buckets property.
NOTE: This method has a corresponding asynchronous version (ListBucketsAsync) for use in the Xamarin environment.