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

EndDescribeStep() public method

Finishes the asynchronous execution of the DescribeStep operation.
public EndDescribeStep ( IAsyncResult asyncResult ) : DescribeStepResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStep.
return Amazon.ElasticMapReduce.Model.DescribeStepResponse
        public  DescribeStepResponse EndDescribeStep(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeStepResponse>(asyncResult);
        }
AmazonElasticMapReduceClient