Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.EndCreateEnvironment C# (CSharp) 메소드

EndCreateEnvironment() 공개 메소드

Finishes the asynchronous execution of the CreateEnvironment operation.
public EndCreateEnvironment ( IAsyncResult asyncResult ) : CreateEnvironmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateEnvironment.
리턴 Amazon.ElasticBeanstalk.Model.CreateEnvironmentResponse
        public  CreateEnvironmentResponse EndCreateEnvironment(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateEnvironmentResponse>(asyncResult);
        }
AmazonElasticBeanstalkClient