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

DeleteApplication() public method

Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.

You cannot delete an application that has a running environment.

/// Unable to perform the specified operation because another operation that effects an /// element in this activity is already in progress. ///
public DeleteApplication ( DeleteApplicationRequest request ) : Amazon.ElasticBeanstalk.Model.DeleteApplicationResponse
request Amazon.ElasticBeanstalk.Model.DeleteApplicationRequest Container for the necessary parameters to execute the DeleteApplication service method.
return Amazon.ElasticBeanstalk.Model.DeleteApplicationResponse
        public DeleteApplicationResponse DeleteApplication(DeleteApplicationRequest request)
        {
            var marshaller = new DeleteApplicationRequestMarshaller();
            var unmarshaller = DeleteApplicationResponseUnmarshaller.Instance;

            return Invoke<DeleteApplicationRequest,DeleteApplicationResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticBeanstalkClient