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