Amazon.ConfigService.AmazonConfigServiceClient.EndStartConfigRulesEvaluation C# (CSharp) Method

EndStartConfigRulesEvaluation() public method

Finishes the asynchronous execution of the StartConfigRulesEvaluation operation.
public EndStartConfigRulesEvaluation ( IAsyncResult asyncResult ) : StartConfigRulesEvaluationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartConfigRulesEvaluation.
return StartConfigRulesEvaluationResponse
        public  StartConfigRulesEvaluationResponse EndStartConfigRulesEvaluation(IAsyncResult asyncResult)
        {
            return EndInvoke<StartConfigRulesEvaluationResponse>(asyncResult);
        }
AmazonConfigServiceClient