Amazon.S3.AmazonS3Client.EndPutBucket C# (CSharp) Method

EndPutBucket() public method

Finishes the asynchronous execution of the PutBucket operation.
public EndPutBucket ( IAsyncResult asyncResult ) : PutBucketResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutBucket.
return PutBucketResponse
        public  PutBucketResponse EndPutBucket(IAsyncResult asyncResult)
        {
            return EndInvoke<PutBucketResponse>(asyncResult);
        }
AmazonS3Client