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

EndDeleteEvaluationResults() public method

Finishes the asynchronous execution of the DeleteEvaluationResults operation.
public EndDeleteEvaluationResults ( IAsyncResult asyncResult ) : DeleteEvaluationResultsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteEvaluationResults.
return DeleteEvaluationResultsResponse
        public  DeleteEvaluationResultsResponse EndDeleteEvaluationResults(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteEvaluationResultsResponse>(asyncResult);
        }
AmazonConfigServiceClient