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

EndListBootstrapActions() public method

Finishes the asynchronous execution of the ListBootstrapActions operation.
public EndListBootstrapActions ( IAsyncResult asyncResult ) : ListBootstrapActionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListBootstrapActions.
return Amazon.ElasticMapReduce.Model.ListBootstrapActionsResponse
        public  ListBootstrapActionsResponse EndListBootstrapActions(IAsyncResult asyncResult)
        {
            return EndInvoke<ListBootstrapActionsResponse>(asyncResult);
        }
AmazonElasticMapReduceClient