Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.EndCreateApplication C# (CSharp) Метод

EndCreateApplication() публичный Метод

Finishes the asynchronous execution of the CreateApplication operation.
public EndCreateApplication ( IAsyncResult asyncResult ) : CreateApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApplication.
Результат Amazon.ElasticBeanstalk.Model.CreateApplicationResponse
        public  CreateApplicationResponse EndCreateApplication(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateApplicationResponse>(asyncResult);
        }
AmazonElasticBeanstalkClient