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

EndDeleteApplicationVersion() public method

Finishes the asynchronous execution of the DeleteApplicationVersion operation.
public EndDeleteApplicationVersion ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApplicationVersion.
return Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionResponse
        public  DeleteApplicationVersionResponse EndDeleteApplicationVersion(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteApplicationVersionResponse>(asyncResult);
        }
AmazonElasticBeanstalkClient