Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndDescribeRecord C# (CSharp) Method

EndDescribeRecord() public method

Finishes the asynchronous execution of the DescribeRecord operation.
public EndDescribeRecord ( IAsyncResult asyncResult ) : DescribeRecordResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRecord.
return DescribeRecordResponse
        public  DescribeRecordResponse EndDescribeRecord(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeRecordResponse>(asyncResult);
        }
AmazonServiceCatalogClient