Amazon.AWSSupport.AmazonAWSSupportClient.EndDescribeTrustedAdvisorCheckSummaries C# (CSharp) 메소드

EndDescribeTrustedAdvisorCheckSummaries() 공개 메소드

Finishes the asynchronous execution of the DescribeTrustedAdvisorCheckSummaries operation.
public EndDescribeTrustedAdvisorCheckSummaries ( IAsyncResult asyncResult ) : DescribeTrustedAdvisorCheckSummariesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTrustedAdvisorCheckSummaries.
리턴 DescribeTrustedAdvisorCheckSummariesResponse
        public  DescribeTrustedAdvisorCheckSummariesResponse EndDescribeTrustedAdvisorCheckSummaries(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeTrustedAdvisorCheckSummariesResponse>(asyncResult);
        }
AmazonAWSSupportClient