Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.EndUpdateEnvironment C# (CSharp) Method

EndUpdateEnvironment() public method

Finishes the asynchronous execution of the UpdateEnvironment operation.
public EndUpdateEnvironment ( IAsyncResult asyncResult ) : UpdateEnvironmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateEnvironment.
return Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResponse
        public  UpdateEnvironmentResponse EndUpdateEnvironment(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateEnvironmentResponse>(asyncResult);
        }
AmazonElasticBeanstalkClient