Amazon.ConfigService.AmazonConfigServiceClient.EndDeleteEvaluationResults C# (CSharp) 메소드

EndDeleteEvaluationResults() 공개 메소드

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