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

EndTerminateJobFlows() public method

Finishes the asynchronous execution of the TerminateJobFlows operation.
public EndTerminateJobFlows ( IAsyncResult asyncResult ) : Amazon.ElasticMapReduce.Model.TerminateJobFlowsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTerminateJobFlows.
return Amazon.ElasticMapReduce.Model.TerminateJobFlowsResponse
        public  TerminateJobFlowsResponse EndTerminateJobFlows(IAsyncResult asyncResult)
        {
            return EndInvoke<TerminateJobFlowsResponse>(asyncResult);
        }
AmazonElasticMapReduceClient