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

EndUpdateApplicationVersion() public method

Finishes the asynchronous execution of the UpdateApplicationVersion operation.
public EndUpdateApplicationVersion ( IAsyncResult asyncResult ) : UpdateApplicationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApplicationVersion.
return Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionResponse
        public  UpdateApplicationVersionResponse EndUpdateApplicationVersion(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateApplicationVersionResponse>(asyncResult);
        }
AmazonElasticBeanstalkClient