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