Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.EndListSteps C# (CSharp) Method

EndListSteps() public method

Finishes the asynchronous execution of the ListSteps operation.
public EndListSteps ( IAsyncResult asyncResult ) : ListStepsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListSteps.
return Amazon.ElasticMapReduce.Model.ListStepsResponse
        public  ListStepsResponse EndListSteps(IAsyncResult asyncResult)
        {
            return EndInvoke<ListStepsResponse>(asyncResult);
        }
AmazonElasticMapReduceClient