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

EndGetObject() 공개 메소드

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