Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndDescribeRecord C# (CSharp) Метод

EndDescribeRecord() публичный Метод

Finishes the asynchronous execution of the DescribeRecord operation.
public EndDescribeRecord ( IAsyncResult asyncResult ) : DescribeRecordResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRecord.
Результат DescribeRecordResponse
        public  DescribeRecordResponse EndDescribeRecord(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeRecordResponse>(asyncResult);
        }
AmazonServiceCatalogClient