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

EndRegisterImage() public method

Finishes the asynchronous execution of the RegisterImage operation.
public EndRegisterImage ( IAsyncResult asyncResult ) : RegisterImageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterImage.
return RegisterImageResponse
        public  RegisterImageResponse EndRegisterImage(IAsyncResult asyncResult)
        {
            return EndInvoke<RegisterImageResponse>(asyncResult);
        }
AmazonEC2Client