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

EndGetACL() 공개 메소드

Finishes the asynchronous execution of the GetACL operation.
public EndGetACL ( IAsyncResult asyncResult ) : Amazon.S3.Model.GetACLResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetACL.
리턴 Amazon.S3.Model.GetACLResponse
        public  GetACLResponse EndGetACL(IAsyncResult asyncResult)
        {
            return EndInvoke<GetACLResponse>(asyncResult);
        }
AmazonS3Client