Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.EndCreateApplicationVersion C# (CSharp) Méthode

EndCreateApplicationVersion() public méthode

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