Amazon.AWSSupport.AmazonAWSSupportClient.EndRefreshTrustedAdvisorCheck C# (CSharp) Méthode

EndRefreshTrustedAdvisorCheck() public méthode

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