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

UpdateApplicationResourceLifecycleAsync() public method

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

            return InvokeAsync<UpdateApplicationResourceLifecycleRequest,UpdateApplicationResourceLifecycleResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElasticBeanstalkClient