Amazon.S3.AmazonS3Client.EndListBuckets C# (CSharp) 메소드

EndListBuckets() 공개 메소드

Finishes the asynchronous execution of the ListBuckets operation.
public EndListBuckets ( IAsyncResult asyncResult ) : Amazon.S3.Model.ListBucketsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListBuckets.
리턴 Amazon.S3.Model.ListBucketsResponse
        public  ListBucketsResponse EndListBuckets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListBucketsResponse>(asyncResult);
        }
AmazonS3Client