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

EndDescribeEvaluations() public method

Finishes the asynchronous execution of the DescribeEvaluations operation.
public EndDescribeEvaluations ( IAsyncResult asyncResult ) : DescribeEvaluationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEvaluations.
return DescribeEvaluationsResponse
        public  DescribeEvaluationsResponse EndDescribeEvaluations(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeEvaluationsResponse>(asyncResult);
        }
AmazonMachineLearningClient