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

EndDescribeIdFormat() public method

Finishes the asynchronous execution of the DescribeIdFormat operation.
public EndDescribeIdFormat ( IAsyncResult asyncResult ) : DescribeIdFormatResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeIdFormat.
return DescribeIdFormatResponse
        public  DescribeIdFormatResponse EndDescribeIdFormat(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeIdFormatResponse>(asyncResult);
        }
AmazonEC2Client