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

ListBootstrapActionsAsync() public method

Initiates the asynchronous execution of the ListBootstrapActions operation.
public ListBootstrapActionsAsync ( ListBootstrapActionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticMapReduce.Model.ListBootstrapActionsRequest Container for the necessary parameters to execute the ListBootstrapActions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListBootstrapActionsResponse> ListBootstrapActionsAsync(ListBootstrapActionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListBootstrapActionsRequestMarshaller();
            var unmarshaller = ListBootstrapActionsResponseUnmarshaller.Instance;

            return InvokeAsync<ListBootstrapActionsRequest,ListBootstrapActionsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonElasticMapReduceClient::ListBootstrapActionsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonElasticMapReduceClient