Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.EndListSteps C# (CSharp) Méthode

EndListSteps() public méthode

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