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

AbortEnvironmentUpdateAsync() public method

Initiates the asynchronous execution of the AbortEnvironmentUpdate operation.
public AbortEnvironmentUpdateAsync ( Amazon.ElasticBeanstalk.Model.AbortEnvironmentUpdateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticBeanstalk.Model.AbortEnvironmentUpdateRequest Container for the necessary parameters to execute the AbortEnvironmentUpdate operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<AbortEnvironmentUpdateResponse> AbortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new AbortEnvironmentUpdateRequestMarshaller();
            var unmarshaller = AbortEnvironmentUpdateResponseUnmarshaller.Instance;

            return InvokeAsync<AbortEnvironmentUpdateRequest,AbortEnvironmentUpdateResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElasticBeanstalkClient