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

EndPutACL() public method

Finishes the asynchronous execution of the PutACL operation.
public EndPutACL ( IAsyncResult asyncResult ) : PutACLResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutACL.
return PutACLResponse
        public  PutACLResponse EndPutACL(IAsyncResult asyncResult)
        {
            return EndInvoke<PutACLResponse>(asyncResult);
        }
AmazonS3Client