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

EndDescribeImageAttribute() public method

Finishes the asynchronous execution of the DescribeImageAttribute operation.
public EndDescribeImageAttribute ( IAsyncResult asyncResult ) : DescribeImageAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeImageAttribute.
return DescribeImageAttributeResponse
        public  DescribeImageAttributeResponse EndDescribeImageAttribute(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeImageAttributeResponse>(asyncResult);
        }
AmazonEC2Client