Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndListRecordHistory C# (CSharp) Méthode

EndListRecordHistory() public méthode

Finishes the asynchronous execution of the ListRecordHistory operation.
public EndListRecordHistory ( IAsyncResult asyncResult ) : ListRecordHistoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListRecordHistory.
Résultat ListRecordHistoryResponse
        public  ListRecordHistoryResponse EndListRecordHistory(IAsyncResult asyncResult)
        {
            return EndInvoke<ListRecordHistoryResponse>(asyncResult);
        }
AmazonServiceCatalogClient