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

EndGetEvaluation() public method

Finishes the asynchronous execution of the GetEvaluation operation.
public EndGetEvaluation ( IAsyncResult asyncResult ) : GetEvaluationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetEvaluation.
return GetEvaluationResponse
        public  GetEvaluationResponse EndGetEvaluation(IAsyncResult asyncResult)
        {
            return EndInvoke<GetEvaluationResponse>(asyncResult);
        }
AmazonMachineLearningClient