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

EndGetObject() public method

Finishes the asynchronous execution of the GetObject operation.
public EndGetObject ( IAsyncResult asyncResult ) : GetObjectResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetObject.
return Amazon.S3.Model.GetObjectResponse
        public  GetObjectResponse EndGetObject(IAsyncResult asyncResult)
        {
            return EndInvoke<GetObjectResponse>(asyncResult);
        }
AmazonS3Client