Amazon.AWSSupport.AmazonAWSSupportClient.EndDescribeTrustedAdvisorCheckRefreshStatuses C# (CSharp) Метод

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

Finishes the asynchronous execution of the DescribeTrustedAdvisorCheckRefreshStatuses operation.
public EndDescribeTrustedAdvisorCheckRefreshStatuses ( IAsyncResult asyncResult ) : DescribeTrustedAdvisorCheckRefreshStatusesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTrustedAdvisorCheckRefreshStatuses.
Результат DescribeTrustedAdvisorCheckRefreshStatusesResponse
        public  DescribeTrustedAdvisorCheckRefreshStatusesResponse EndDescribeTrustedAdvisorCheckRefreshStatuses(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeTrustedAdvisorCheckRefreshStatusesResponse>(asyncResult);
        }
AmazonAWSSupportClient