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

EndRefreshTrustedAdvisorCheck() 공개 메소드

Finishes the asynchronous execution of the RefreshTrustedAdvisorCheck operation.
public EndRefreshTrustedAdvisorCheck ( IAsyncResult asyncResult ) : RefreshTrustedAdvisorCheckResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRefreshTrustedAdvisorCheck.
리턴 RefreshTrustedAdvisorCheckResponse
        public  RefreshTrustedAdvisorCheckResponse EndRefreshTrustedAdvisorCheck(IAsyncResult asyncResult)
        {
            return EndInvoke<RefreshTrustedAdvisorCheckResponse>(asyncResult);
        }
AmazonAWSSupportClient