Amazon.ConfigService.AmazonConfigServiceClient.EndStartConfigRulesEvaluation C# (CSharp) Метод

EndStartConfigRulesEvaluation() публичный Метод

Finishes the asynchronous execution of the StartConfigRulesEvaluation operation.
public EndStartConfigRulesEvaluation ( IAsyncResult asyncResult ) : StartConfigRulesEvaluationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartConfigRulesEvaluation.
Результат StartConfigRulesEvaluationResponse
        public  StartConfigRulesEvaluationResponse EndStartConfigRulesEvaluation(IAsyncResult asyncResult)
        {
            return EndInvoke<StartConfigRulesEvaluationResponse>(asyncResult);
        }
AmazonConfigServiceClient