Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.EndListSteps C# (CSharp) Метод

EndListSteps() публичный Метод

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