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

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

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