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

EndCreateImage() public method

Finishes the asynchronous execution of the CreateImage operation.
public EndCreateImage ( IAsyncResult asyncResult ) : CreateImageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateImage.
return CreateImageResponse
        public  CreateImageResponse EndCreateImage(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateImageResponse>(asyncResult);
        }
AmazonEC2Client