Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.BeginAbortEnvironmentUpdate C# (CSharp) Method

BeginAbortEnvironmentUpdate() public method

Initiates the asynchronous execution of the AbortEnvironmentUpdate operation.
public BeginAbortEnvironmentUpdate ( Amazon.ElasticBeanstalk.Model.AbortEnvironmentUpdateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticBeanstalk.Model.AbortEnvironmentUpdateRequest Container for the necessary parameters to execute the AbortEnvironmentUpdate operation on AmazonElasticBeanstalkClient.
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 BeginAbortEnvironmentUpdate(AbortEnvironmentUpdateRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new AbortEnvironmentUpdateRequestMarshaller();
            var unmarshaller = AbortEnvironmentUpdateResponseUnmarshaller.Instance;

            return BeginInvoke<AbortEnvironmentUpdateRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonElasticBeanstalkClient