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

EndPutEvaluations() public method

Finishes the asynchronous execution of the PutEvaluations operation.
public EndPutEvaluations ( IAsyncResult asyncResult ) : Amazon.ConfigService.Model.PutEvaluationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutEvaluations.
return Amazon.ConfigService.Model.PutEvaluationsResponse
        public  PutEvaluationsResponse EndPutEvaluations(IAsyncResult asyncResult)
        {
            return EndInvoke<PutEvaluationsResponse>(asyncResult);
        }
AmazonConfigServiceClient