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