Amazon.AWSSupport.AmazonAWSSupportClient.EndRefreshTrustedAdvisorCheck C# (CSharp) Method

EndRefreshTrustedAdvisorCheck() public method

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