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

BeginCancelSteps() public method

Initiates the asynchronous execution of the CancelSteps operation.
public BeginCancelSteps ( CancelStepsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticMapReduce.Model.CancelStepsRequest Container for the necessary parameters to execute the CancelSteps operation on AmazonElasticMapReduceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult
        public IAsyncResult BeginCancelSteps(CancelStepsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new CancelStepsRequestMarshaller();
            var unmarshaller = CancelStepsResponseUnmarshaller.Instance;

            return BeginInvoke<CancelStepsRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonElasticMapReduceClient