Amazon.EC2.AmazonEC2Client.EndCopyImage C# (CSharp) Method

EndCopyImage() public method

Finishes the asynchronous execution of the CopyImage operation.
public EndCopyImage ( IAsyncResult asyncResult ) : CopyImageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyImage.
return CopyImageResponse
        public  CopyImageResponse EndCopyImage(IAsyncResult asyncResult)
        {
            return EndInvoke<CopyImageResponse>(asyncResult);
        }
AmazonEC2Client