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