Amazon.MachineLearning.AmazonMachineLearningClient.EndDeleteEvaluation C# (CSharp) Method

EndDeleteEvaluation() public method

Finishes the asynchronous execution of the DeleteEvaluation operation.
public EndDeleteEvaluation ( IAsyncResult asyncResult ) : DeleteEvaluationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteEvaluation.
return DeleteEvaluationResponse
        public  DeleteEvaluationResponse EndDeleteEvaluation(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteEvaluationResponse>(asyncResult);
        }
AmazonMachineLearningClient