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

RunJobFlowAsync() public method

Initiates the asynchronous execution of the RunJobFlow operation.
public RunJobFlowAsync ( RunJobFlowRequest request, System cancellationToken = default(CancellationToken) ) : Task
request RunJobFlowRequest Container for the necessary parameters to execute the RunJobFlow operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<RunJobFlowResponse> RunJobFlowAsync(RunJobFlowRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new RunJobFlowRequestMarshaller();
            var unmarshaller = RunJobFlowResponseUnmarshaller.Instance;

            return InvokeAsync<RunJobFlowRequest,RunJobFlowResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElasticMapReduceClient