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