Initiates the asynchronous execution of the ListBuckets operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
IAsyncResult BeginListBuckets( AsyncCallback callback, Object state )
 Parameters
 Parameters- callback (AsyncCallback)
- state (Object)
 Return Value
 Return ValueReturns a ListBucketsResponse with the response from S3.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | |
| WebException | |
| AmazonS3Exception | 
 See Also
 See Also