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

EndCreateApplicationVersion() public method

Finishes the asynchronous execution of the CreateApplicationVersion operation.
public EndCreateApplicationVersion ( IAsyncResult asyncResult ) : CreateApplicationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApplicationVersion.
return Amazon.ElasticBeanstalk.Model.CreateApplicationVersionResponse
        public  CreateApplicationVersionResponse EndCreateApplicationVersion(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateApplicationVersionResponse>(asyncResult);
        }
AmazonElasticBeanstalkClient