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

EndGetBucketLocation() 공개 메소드

Finishes the asynchronous execution of the GetBucketLocation operation.
public EndGetBucketLocation ( IAsyncResult asyncResult ) : GetBucketLocationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBucketLocation.
리턴 Amazon.S3.Model.GetBucketLocationResponse
        public  GetBucketLocationResponse EndGetBucketLocation(IAsyncResult asyncResult)
        {
            return EndInvoke<GetBucketLocationResponse>(asyncResult);
        }
AmazonS3Client